1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-26 01:47:06 +02:00

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,3 +1,3 @@
import sheet
import sheets
import utils
from . import sheet
from . import sheets
from . import utils