chiark / gitweb /
added comments
[cura.git] / Cura / gui / app.py
index 47932c60c5e163b1415a7f1536cd9a15ba8af560..fd5fbc04097186e79f1b5d275e4026a56576dc92 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
@@ -136,7 +135,7 @@ class CuraApp(wx.App):
 
                setFullScreenCapable(self.mainWindow)
 
-if platform.system() == "Darwin":
+if platform.system() == "Darwin": #Mac magic. Dragons live here. THis sets full screen options.
        try:
                import ctypes, objc
                _objc = ctypes.PyDLL(objc._objc.__file__)