Skip to content

Commit

Permalink
remove logging from imports list as it was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Mar 14, 2015
1 parent 469847c commit 3ced85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class by default to support recursive merge operations needed when loading
"""
from .globals import AUTHOR, VERSION
from .api import single_load, multi_load, load, loads, dump, dumps, \
list_types, find_loader, container, logging, set_loglevel, get, \
list_types, find_loader, container, set_loglevel, get, \
MS_REPLACE, MS_NO_REPLACE, MS_DICTS, MS_DICTS_AND_LISTS

__author__ = AUTHOR
Expand Down

0 comments on commit 3ced85a

Please sign in to comment.