Commit f3a14222 authored by Łukasz Nowak's avatar Łukasz Nowak

Cleanup imports.

parent 0d37058a
...@@ -28,7 +28,6 @@ import ConfigParser ...@@ -28,7 +28,6 @@ import ConfigParser
import argparse import argparse
import os import os
import pkg_resources import pkg_resources
import sys
import testnode import testnode
......
...@@ -24,18 +24,13 @@ ...@@ -24,18 +24,13 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# #
############################################################################## ##############################################################################
from xml_marshaller import xml_marshaller import os, xmlrpclib, time
import os, xmlrpclib, time, imp
from glob import glob
import signal import signal
import slapos.slap
import subprocess import subprocess
import sys import sys
import socket import socket
import pprint import pprint
import traceback
from SlapOSControler import SlapOSControler from SlapOSControler import SlapOSControler
import time
class SubprocessError(EnvironmentError): class SubprocessError(EnvironmentError):
def __init__(self, status_dict): def __init__(self, status_dict):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment