Skip to content

Commit

Permalink
修复import error
Browse files Browse the repository at this point in the history
  • Loading branch information
plusls committed Sep 10, 2018
1 parent 5647b22 commit b0cf37b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions uestc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
"""一个和电子科大有关的模块"""
import __main__
if __main__.__doc__ != 'setup.py':
from . import exceptions
from .login import login
from . import catch_course
from . import query

from . import exceptions
from .login import login
from . import catch_course
from . import query

__version__ = "1.1.2.7"
__version__ = "1.1.2.8"
__author__ = "plusls<[email protected]>"
__name__ = "uestc"
__doc__ = "一个和电子科大有关的模块"
Expand Down

0 comments on commit b0cf37b

Please sign in to comment.