Gina Häußge
|
cba742a94f
|
Fix some more left-overs of py2<->py3 PRs
Related to #1411, #1414 and #1415
|
2016-07-15 12:46:53 +02:00 |
|
Gina Häußge
|
7ed1f4cb9e
|
umask test also needs to use different octal syntax
Related to #1414
|
2016-07-15 12:37:11 +02:00 |
|
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 |
|
Kyle Evans
|
75f8facb05
|
Make Server class octoprint_daemon-aware, make sure terminated() gets invoked on it upon SIGTERM and update respective test
|
2016-05-09 09:40:50 -05:00 |
|
Gina Häußge
|
56805ab13d
|
Refactored Daemon helper, added status command and added unit tests for all of it
|
2015-10-29 12:45:58 +01:00 |
|