This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mengxi
/
labelmeWithAI
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Define encoding: utf-8 for Python2
Kentaro Wada
hace 4 años
padre
50adb8f189
commit
9a81574210
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
labelme/widgets/unique_label_qlist_widget.py
+ 2
- 0
labelme/widgets/unique_label_qlist_widget.py
Ver fichero
@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
from qtpy.QtCore import Qt
from qtpy import QtWidgets