aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/svg.py
AgeCommit message (Expand)Author
2020-08-19Convert the old not-equal syntax, <>, to !=...Run `2to3-3.8 -f ne -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-ne> BonfaceKilz
2020-08-19Fix dictionary iteration methods...Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list> BonfaceKilz
2020-08-19Remove erroneous `if .. else` branch...* wqflask/utility/svg.py [roct, ellipse, SVGelement]: Raise only a single value error if either height or width is not defined. Fixes parsing error when running `2to3-3.8 -f apply -w .` BonfaceKilz
2020-08-18Apply pep8...* wqflask/utility/svg.py: Apply pep8 to fix indentation error when running `2to3-3.8 -w .`: ```` RefactoringTool: Can't parse ./wqflask/utility/svg.py: IndentationError: unindent does not match any outer indentation level (<tokenize>, line 403) ```` BonfaceKilz
2020-08-18Replace "<>" with "!="...* wqflask/utility/svg.py: Use "!=". The operator, "<>" is removed in Python3 BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2018-03-22Change raise statement...* Change the raise statement to use an Exception object rather than using a string for compatibility with Python3. Muriithi Frederick Muriuki
2016-06-18Changed file permssions to non-executablePjotr Prins
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman