Prechádzať zdrojové kódy

Define encoding: utf-8 for Python2

Kentaro Wada 4 rokov pred
rodič
commit
9a81574210

+ 2 - 0
labelme/widgets/unique_label_qlist_widget.py

@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
 from qtpy.QtCore import Qt
 from qtpy import QtWidgets