reorder imports spacing

This commit is contained in:
Jesse Andrews
2010-07-15 18:13:48 -05:00
parent 93caa353cd
commit 7a30bb10c6
34 changed files with 46 additions and 94 deletions

View File

@@ -20,6 +20,8 @@
Base functionality for nova daemons - gradually being replaced with twistd.py.
"""
import daemon
from daemon import pidlockfile
import logging
import logging.handlers
import os
@@ -27,10 +29,6 @@ import signal
import sys
import time
import daemon
from daemon import pidlockfile
from nova import flags