Gina Häußge
|
47b7acdfbc
|
Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A
Conflicts:
src/octoprint/plugins/virtual_printer/virtual.py
src/octoprint/printer/standard.py
|
2016-07-15 12:28:19 +02:00 |
|
MirceaDan
|
c33a9f9aa2
|
from __future__ import absolute_import, division, print_function
changed the behavior to import division and print to be consistent
across all app and similar with python 3.x
|
2016-07-15 00:16:58 -07:00 |
|
MirceaDan
|
149cc8c7c5
|
python 3 changes exceptions, queue and asesrtEqual
1) import Queue is now lower caps
2) exceptions
except KeyError as e:
3) assertEquals is deprecated but assertEqual does exactly same thing
|
2016-07-14 23:53:39 -07:00 |
|
Gina Häußge
|
024cf88589
|
Unit tests for octoprint.util.CountedEvent
|
2015-08-28 17:14:58 +02:00 |
|