summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-28 05:52:42 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-28 05:52:42 +0100
commitae61b3e7ed94036f045091a79a4eecffe651547e (patch)
tree241049dcce74052f0d0580ddb3c8cee6dd839499 /umodule.py
parentRevert "Added output to profile actions" (diff)
downloaduselect-ae61b3e7ed94036f045091a79a4eecffe651547e.tar.gz
uselect-ae61b3e7ed94036f045091a79a4eecffe651547e.tar.bz2
uselect-ae61b3e7ed94036f045091a79a4eecffe651547e.zip
ProfileAction structure and Argv parsing done
Diffstat (limited to 'umodule.py')
-rw-r--r--umodule.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/umodule.py b/umodule.py
index 567e7fb..c8ba4d6 100644
--- a/umodule.py
+++ b/umodule.py
@@ -302,8 +302,12 @@ class Var():
class ProfileAction(Action):
def do_action(self, args):
- print 'Done!'
-
+ if args[0] == 'set':
+ self.output.append('Folder Profile Set!')
+ elif args[0] == 'default':
+ self.output.append('Default Profile Set!')
+ def build(self):
+ return
def setup(self):
return