mirror of https://github.com/cheat/cheat.git
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:
commit
fa4b482832
|
@ -1,3 +1,3 @@
|
|||
import sheet
|
||||
import sheets
|
||||
import utils
|
||||
from . import sheet
|
||||
from . import sheets
|
||||
from . import utils
|
||||
|
|
Loading…
Reference in New Issue