Skip to content

Commit 922af79

Browse files
committed
First pass at Py3 compatibility.
1 parent 971ea9c commit 922af79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_netconnectd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
from __future__ import absolute_import
2+
33

44
__author__ = "Gina Häußge <[email protected]>"
55
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'

0 commit comments

Comments
 (0)