[IMP] sort some imports in launcher script

bzr revid: xmo@openerp.com-20111025111450-1hkci8y2nrqxif55
This commit is contained in:
Xavier Morel 2011-10-25 13:14:50 +02:00
parent b3803586d3
commit ebc4af352c
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/env python
import json
import logging
import logging.config
import optparse
import os
import sys
import json
import tempfile
import logging
import logging.config
import werkzeug.serving
import werkzeug.contrib.fixers