fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

missing definitions when fail to import pytz #12

Closed kleinron closed 10 years ago

kleinron commented 11 years ago

When fail to import pytz, there's a code the defines a class named UTC. However, when running the tests, some of them fail, since an existing singleton is expected. In addition, the redefined UTC class should be callable

fancycode commented 10 years ago

Fixed with the changes to improve support for Python3 in fccde68c3b, thanks for reporting.