Fix typo in __init__.py

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-31 17:09:21 -05:00
parent 9bbcb782d0
commit e43301facb

View File

@@ -5,6 +5,7 @@ from __future__ import absolute_import
from . import constants
if constants.__file__.rsplit('.', 1)[1] not in ['pyc','pyo','py']:
print("constants shared library has been removed. Please restart your python code")
import os
os.remove(constants.__file__)
quit()