0

import in __init__.py no longer prevents setup.py from working

This commit is contained in:
Aaron Griffith
2012-01-07 20:29:46 -05:00
parent 992f737984
commit 14f68ebeb7

View File

@@ -1,5 +1,7 @@
# c_overviewer must be imported first, because it imports other
# modules; leaving this out can lead to bad dependency loops
import c_overviewer
try:
import c_overviewer
except ImportError:
pass