This website works better with JavaScript
Home
Explore
Help
Sign In
mengxi
/
labelmeWithAI
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Define encoding: utf-8 for Python2
Kentaro Wada
4 years ago
parent
50adb8f189
commit
9a81574210
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
labelme/widgets/unique_label_qlist_widget.py
+ 2
- 0
labelme/widgets/unique_label_qlist_widget.py
View File
@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
from qtpy.QtCore import Qt
from qtpy import QtWidgets