Skip to content

Commit

Permalink
Put the logging.handlers import statement back
Browse files Browse the repository at this point in the history
Despite Eclipse marking it as redundant, we really do need it.
  • Loading branch information
rgmiller committed Jun 22, 2015
1 parent d4f4ccd commit dde991e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DDNTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import argparse
import multiprocessing
import logging
import logging.handlers
import time

from SFAClientUtils import SFAClient, SFADatabase
Expand Down

0 comments on commit dde991e

Please sign in to comment.