Skip to content

Commit

Permalink
remove pytz dependency check, fixes graphite-project#1081
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed May 28, 2015
1 parent 69c0615 commit b7a6766
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions check-dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@
fatal += 1


# Test for a pytz module
try:
import pytz
except ImportError:
print "[FATAL] Unable to import the 'pytz' module, do you have pytz installed for python %s?" % py_version
fatal += 1


# Test for zope.interface
try:
from zope.interface import Interface
Expand Down

0 comments on commit b7a6766

Please sign in to comment.