Skip to content

Commit

Permalink
Merge pull request #24 from jneilliii/patch-1
Browse files Browse the repository at this point in the history
Python 3 Compatibility
  • Loading branch information
Kragrathea authored May 1, 2020
2 parents 4fbc376 + 3cf6adb commit bb73e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octoprint_prettygcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_update_information(self):
# ("OctoPrint-PluginSkeleton"), you may define that here. Same goes for the other metadata derived from setup.py that
# can be overwritten via __plugin_xyz__ control properties. See the documentation for that.
__plugin_name__ = "PrettyGCode"
__plugin_pythoncompat__ = ">=2.7,<4"
def __plugin_load__():
global __plugin_implementation__
__plugin_implementation__ = PrettyGCodePlugin()
Expand Down

0 comments on commit bb73e11

Please sign in to comment.