abstracttext
abstracttext copied to clipboard
Issue 25
I encountered two issues here. One was an attempt to log something that hadn't been defined in case of a test failure. The reason for the test failure was that python
on my system uses python3, for which integer division must be specified with //
. Thankfully, this has been an option since Python 2.2, so this will work for all versions.