Skip to content

Commit

Permalink
Removed resouces_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 12, 2018
1 parent b3d7d9c commit 5746dd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import trafaret_config
import trafaret_config.commandline as commandline

from .resources_keys import RSC_CONFIG_DIR_KEY
from .resources import resources
from .resources import resources, RSC_CONFIG_DIR_KEY

log = logging.getLogger(__name__)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""
from servicelib.resources import ResourcesFacade

# pylint: disable=unused-import
from .resources_keys import RSC_CONFIG_DIR_KEY
# RSC=resource
RSC_CONFIG_DIR_KEY = __name__ + ".config"

resources = ResourcesFacade(
package_name=__name__,
Expand Down

This file was deleted.

0 comments on commit 5746dd5

Please sign in to comment.