summaryrefslogtreecommitdiff
path: root/examples/mozillaCalendarParser.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
| | | | | | | | | | | | | Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous refactoring. The flake8 command: $ flake8 . --select F401 http://flake8.pycqa.org/
* Move src to rootCengiz Kaygusuz2017-11-201-0/+81