fix two todos that was not marked as todos

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-23 08:45:23 +02:00
parent a29db1e6b1
commit cf122c4a8c

View file

@ -285,8 +285,8 @@ class Ponysay():
else: args.opts[sl] = args.opts[ssl]
## Save whether standard or extra ponies are used
self.usingstandard = test('-f', '-F', '-q') # -Q
self.usingextra = test('+f', '-F') # +q -Q
self.usingstandard = test('-f', '-F', '-q', '-Q')
self.usingextra = test('+f', '-F', '+q', '-Q')
## Run modes
if test('-h'): args.help()