Don't import metadata info on top level __init__.py

Not being used anyway, causes problems with Appsembler
This commit is contained in:
Roberto Rosario
2012-03-06 00:33:36 -04:00
parent b908f5e258
commit c69397485e

View File

@@ -1,2 +0,0 @@
from main import (__version__, __author__, __copyright__, __credits__,
__license__, __maintainer__, __email__, __status__)