diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-11 17:47:17 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-11 17:47:17 -0500 |
commit | 14738704ede6dfa6ac79f362a9c1f7f40f470cdc (patch) | |
tree | 31c83bdd188ae7b64d7169974d6f066ccfe95367 /mvc/osx/autoupdate.py | |
parent | eb1896583afbbb622cadcde1a24e17173f61904f (diff) | |
download | librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.lz librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.xz librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.zip |
rename mvc at lvc
Diffstat (limited to 'mvc/osx/autoupdate.py')
-rw-r--r-- | mvc/osx/autoupdate.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mvc/osx/autoupdate.py b/mvc/osx/autoupdate.py deleted file mode 100644 index 7b17d47..0000000 --- a/mvc/osx/autoupdate.py +++ /dev/null @@ -1,9 +0,0 @@ -from Foundation import * - -def load_sparkle_framework(): - bundlePath = '%s/Sparkle.framework' % Foundation.NSBundle.mainBundle().privateFrameworksPath() - objc.loadBundle('Sparkle', globals(), bundle_path=bundlePath) - -def initialize(): - load_sparkle_framework() - SUUpdater.sharedUpdater().setAutomaticallyChecksForUpdates_(YES) |