diff options
| author | wjoe <joe@lc8n.com> | 2011-12-10 13:48:09 +0000 |
|---|---|---|
| committer | wjoe <joe@lc8n.com> | 2011-12-10 13:48:09 +0000 |
| commit | b58354011cc5e57b80e5c7fa74d8b01ed87d131f (patch) | |
| tree | addcfb8fd89add2022fd10693c26697b28f121af | |
| parent | d4e576f90aa760d6b6bc93115648599529b375da (diff) | |
Made it work at weekends
| -rwxr-xr-x | perc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -717,9 +717,9 @@ def user(args): (options, args) = parser.parse_args(args) - if isWeekend(): - print "It's the freekin' Weekend!!!!" - sys.exit(0) +# if isWeekend(): +# print "It's the freekin' Weekend!!!!" +# sys.exit(0) if options.version: print "v%s" % VERSION |
