Browse Source

Define encoding: utf-8 for Python2

Kentaro Wada 4 năm trước cách đây
mục cha
commit
9a81574210
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      labelme/widgets/unique_label_qlist_widget.py

+ 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