remove unused import

This commit is contained in:
Thomas S Hatch 2013-01-14 21:28:21 -07:00
parent b293907b9e
commit 19cc076bd3

View File

@ -3,7 +3,6 @@ Module for managing locales on posix-like systems.
'''
# Import python libs
import os
import logging
log = logging.getLogger(__name__)