Skip to content

Commit

Permalink
skeleton.py - new-style class
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Aug 10, 2016
1 parent 3fc6166 commit 272c57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skeleton.py
Expand Up @@ -27,6 +27,7 @@
2016-08-10 Jason Antman <jason@jasonantman.com>:
- nicer logging setup and docstring
- new-style class
2015-07-06 Jason Antman <jason@jasonantman.com>:
- switch to module-level logger
2014-12-25 Jason Antman <jason@jasonantman.com>:
Expand All @@ -48,7 +49,7 @@
logger = logging.getLogger()


class SimpleScript:
class SimpleScript(object):
""" might as well use a class. It'll make things easier later. """

def __init__(self, dry_run=False):
Expand Down

0 comments on commit 272c57f

Please sign in to comment.