]> git.pld-linux.org Git - packages/deluge.git/commitdiff
- use .pyc instead of .py files
authoraflinta <aflinta@pld-linux.org>
Mon, 10 Sep 2007 00:37:08 +0000 (00:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deluge-pyc.patch -> 1.1

deluge-pyc.patch [new file with mode: 0644]

diff --git a/deluge-pyc.patch b/deluge-pyc.patch
new file mode 100644 (file)
index 0000000..e35ce35
--- /dev/null
@@ -0,0 +1,31 @@
+diff -urN deluge-0.5.4.1/src/common.py deluge-0.5.4.1.new/src/common.py
+--- deluge-0.5.4.1/src/common.py       2007-08-13 09:29:41.000000000 +0200
++++ deluge-0.5.4.1.new/src/common.py   2007-09-10 02:16:18.262995393 +0200
+@@ -129,7 +129,7 @@
+         import webbrowser
+         webbrowser.open(link)
+     else:
+-        exec_deluge_command('browser.py', link)
++        exec_deluge_command('browser.pyc', link)
+ def is_url(url):
+     import re
+diff -urN deluge-0.5.4.1/src/interface.py deluge-0.5.4.1.new/src/interface.py
+--- deluge-0.5.4.1/src/interface.py    2007-08-13 09:29:41.000000000 +0200
++++ deluge-0.5.4.1.new/src/interface.py        2007-09-10 02:16:18.262995393 +0200
+@@ -115,13 +115,13 @@
+         self.update_interface = True
+         def new_release_check():
+-            common.exec_deluge_command('update.py', common.PROGRAM_VERSION)
++            common.exec_deluge_command('update.pyc', common.PROGRAM_VERSION)
+         def send_info():
+             import time
+             
+             def _run_script():
+-                common.exec_deluge_command('info.py', common.PROGRAM_VERSION)
++                common.exec_deluge_command('info.pyc', common.PROGRAM_VERSION)
+             
+             info_file = os.path.join(common.CONFIG_DIR, 'infosent')
+             
This page took 0.115366 seconds and 4 git commands to generate.