Skip to content

Commit

Permalink
silence a pyflakes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv authored and Bryan Van de Ven committed Mar 4, 2013
1 parent 921c7b8 commit b256154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/progressbar/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

try:
from abc import ABCMeta, abstractmethod
abstractmethod; # silence pyflakes
except ImportError:
AbstractWidget = object
abstractmethod = lambda fn: fn
Expand Down

0 comments on commit b256154

Please sign in to comment.