summaryrefslogtreecommitdiff
path: root/lib/elements/auto_fill.py
AgeCommit message (Collapse)Author
2018-08-21autopep8Lex Neva
2018-08-09add tooltips to params (#262)Kaalleen
* add tooltips to params Closes #34
2018-06-22ending point speciifed by fill_end commandLex Neva
2018-06-22starting point specified by fill_start commandLex Neva
2018-06-01add Expand param for fillsLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.