https://github.com/lcharleux/spym
Raw File
Tip revision: ab283dd0caaef58894952969fb2fecb94ad0372f authored by lcharleux on 14 June 2016, 14:40:47 UTC
Added section method
Tip revision: ab283dd
__init__.py.old
from os.path import join
__path__.insert(0, join(__path__[0], "spym"))

import generic, indentation, scratch
back to top