Lint fixes

This commit is contained in:
Andres Rodriguez 2013-07-11 10:51:24 -04:00
parent 4e1f0c1f80
commit ec9601285c
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/python
import os
import json
import sys
from glance_utils import (
@ -51,7 +50,6 @@ from charmhelpers.contrib.openstack.openstack_utils import (
lsb_release, )
from subprocess import (
check_output,
check_call, )
from commands import getstatusoutput

View File

@ -1,7 +1,6 @@
#!/usr/bin/python
import os
import sys
import subprocess
import glance_contexts