summaryrefslogtreecommitdiffstats
path: root/BitTorrent/NewVersion.py
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:14:02 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:14:02 -0500
commit1be7c6ef1e61f34bc9d75f82890087b32c052d5b (patch)
treeea60d636f0f1ee665dce9d024cbe9924638d9a59 /BitTorrent/NewVersion.py
parentbb78279859bf150a79bbed213fac8c4929ef26e2 (diff)
downloadnohgooee-1be7c6ef1e61f34bc9d75f82890087b32c052d5b.tar.gz
nohgooee-1be7c6ef1e61f34bc9d75f82890087b32c052d5b.tar.xz
nohgooee-1be7c6ef1e61f34bc9d75f82890087b32c052d5b.zip
Apply Patch0 from Fedora RPMs
Diffstat (limited to 'BitTorrent/NewVersion.py')
-rw-r--r--BitTorrent/NewVersion.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/BitTorrent/NewVersion.py b/BitTorrent/NewVersion.py
index 1395370..7a61ab7 100644
--- a/BitTorrent/NewVersion.py
+++ b/BitTorrent/NewVersion.py
@@ -128,6 +128,9 @@ class Updater(object):
def get(self):
+ self.debug('Version check skipped for RPM package')
+ return
+
try:
self.get_available()
except BTFailure, e: