Merge branch 'py3-fix' of github.com:chid/cheat into chid-py3-fix

* 'py3-fix' of github.com:chid/cheat:
  simple py3 import change
This commit is contained in:
Chris Lane 2014-05-28 21:00:52 -04:00
commit fa4b482832
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
import sheet
import sheets
import utils
from . import sheet
from . import sheets
from . import utils