[jhbuild] [modtypes] do not use a syntax unknown to Python 2.4
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [modtypes] do not use a syntax unknown to Python 2.4
- Date: Wed, 22 Jul 2009 17:53:15 +0000 (UTC)
commit b987220b508db0fcc99edb8a4ee3311b5dbb701a
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Jul 22 19:51:52 2009 +0200
[modtypes] do not use a syntax unknown to Python 2.4
jhbuild/modtypes/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/modtypes/__init__.py b/jhbuild/modtypes/__init__.py
index 69dcb17..96d5adf 100644
--- a/jhbuild/modtypes/__init__.py
+++ b/jhbuild/modtypes/__init__.py
@@ -234,7 +234,7 @@ class Package:
return self.branch.to_sxml()
-class DownloadableModule():
+class DownloadableModule:
PHASE_CHECKOUT = 'checkout'
PHASE_FORCE_CHECKOUT = 'force_checkout'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]