Skip to content

Commit

Permalink
I think missing version.py is fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed May 22, 2018
1 parent c094d63 commit b157d02
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions smop/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
import traceback
from os.path import basename, splitext

import lexer
import options
import parse
import resolve
import backend
from . import options
from . import parse
from . import resolve
from . import backend
from version import __version__


Expand Down

0 comments on commit b157d02

Please sign in to comment.