~james-w/udd/management-commands

« back to all changes in this revision

Viewing changes to udd/scripts/mass_import.py

  • Committer: Vincent Ladeuil
  • Date: 2011-10-28 08:10:40 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20111028081040-zfdsk1elsjdh8hoh
One more fallout from untested proposal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    circuit_breaker,
14
14
    icommon,
15
15
    iconfig,
16
 
    paths,
17
16
    threads,
18
17
    )
 
18
from udd.paths import paths
19
19
 
20
20
 
21
21
class WatchedFileHandler(logging.FileHandler):