Skip to content

Commit

Permalink
Added new style class
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjegan committed Aug 24, 2016
1 parent a521a80 commit c4e28ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HowLong/HowLong.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RED = '\033[91m'
END = '\033[0m'

class HowLong:
class HowLong(object):
def __init__(self):
parser = argparse.ArgumentParser(description='Time a process')
parser.add_argument('-i', type=float, nargs='?', metavar='interval',
Expand Down

0 comments on commit c4e28ce

Please sign in to comment.