Undefined name: import traceback

Python2
Christian Clauss 2020-01-20 13:49:02 +01:00 zatwierdzone przez GitHub
rodzic 89cf29cb78
commit e4c1a09d45
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ from __future__ import with_statement
__version__ = '1.01'
import sys, struct, os
import sys, struct, os, traceback
import zlib
import zipfile
import xml.etree.ElementTree as etree