Explorar el Código

refactor imports in ID2TLib/Label.py

Jens Keim hace 6 años
padre
commit
b58825c850
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      code/ID2TLib/Label.py

+ 2 - 2
code/ID2TLib/Label.py

@@ -1,7 +1,7 @@
-from functools import total_ordering
+import functools
 
 
-@total_ordering
+@functools.total_ordering
 class Label:
     def __init__(self, attack_name, timestamp_start, timestamp_end, attack_note=""):
         """