Skip to content

Commit 10ec9ad

Browse files
committed
Convert to Python3
1 parent 245ff04 commit 10ec9ad

File tree

6 files changed

+1236
-1236
lines changed

6 files changed

+1236
-1236
lines changed

inputscope/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import conf
2-
__version__ = conf.Version
3-
__VERSION__ = conf.Version
1+
from . import conf
2+
__version__ = conf.Version
3+
__VERSION__ = conf.Version

0 commit comments

Comments
 (0)