summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-27 20:30:11 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-27 20:30:11 +0100
commit7344569e0efd98064ce305cd6f0db933327a9400 (patch)
tree427bfd4ee5eae95a4bfc1596b749f25d29f9a5ca /umodule.py
parentFixed syntax typo on umodule.py (diff)
downloaduselect-7344569e0efd98064ce305cd6f0db933327a9400.tar.gz
uselect-7344569e0efd98064ce305cd6f0db933327a9400.tar.bz2
uselect-7344569e0efd98064ce305cd6f0db933327a9400.zip
Open uprofile branch
Diffstat (limited to 'umodule.py')
-rw-r--r--umodule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/umodule.py b/umodule.py
index 1677880..f4d318a 100644
--- a/umodule.py
+++ b/umodule.py
@@ -302,7 +302,7 @@ class Var():
class Env(Action):
- def do_action(self, args):a
+ def do_action(self, args):
for var in self.vars:
for value in var.values:
if not value[1]: