reorder imports spacing

This commit is contained in:
Jesse Andrews
2010-07-15 18:13:48 -05:00
parent c8fdce0110
commit 3ce6ec1a83
51 changed files with 83 additions and 142 deletions

View File

@@ -19,11 +19,12 @@
import logging
import signal
import os
import nova.utils
import subprocess
# todo(ja): does the definition of network_path belong here?
from nova import utils
from nova import flags
FLAGS=flags.FLAGS