Skip to content

Commit

Permalink
Fix localized contacts import
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Sep 23, 2018
1 parent faa7d24 commit a78deab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fourpisky/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Check for a private contacts module:
try:
import fourpisky.contacts
from . import contacts
except ImportError as e:
logger.info("No contacts module found! "
"Will import template for unit-testing purposes.")
Expand Down
1 change: 0 additions & 1 deletion fourpisky/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Misc. convenience routines.
"""
from __future__ import absolute_import
import os
import string
from collections import Sequence
Expand Down

0 comments on commit a78deab

Please sign in to comment.