Skip to content

Commit

Permalink
Fix missing logging module import in bridgedb.parse.nickname.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Feb 18, 2015
1 parent 35a51c2 commit 492662d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bridgedb/parse/nickname.py
Expand Up @@ -23,6 +23,7 @@
..
"""

import logging
import string


Expand Down

0 comments on commit 492662d

Please sign in to comment.