Skip to content

Commit

Permalink
This commit fixes #53 introduces with release 1.5.0 regex config rela…
Browse files Browse the repository at this point in the history
…ted changes
  • Loading branch information
pragnesh committed Aug 22, 2013
1 parent 13fdb43 commit 93f1aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_dynamodb/__init__.py
Expand Up @@ -25,10 +25,10 @@

import core
import re
from dynamic_dynamodb.core import dynamodb
from core import dynamodb
from daemon import Daemon
from config_handler import CONFIGURATION as configuration
from dynamic_dynamodb.log_handler import LOGGER as logger
from log_handler import LOGGER as logger


class DynamicDynamoDBDaemon(Daemon):
Expand Down

0 comments on commit 93f1aad

Please sign in to comment.