Skip to content

Commit

Permalink
Remove unnecessary imports and change TangoServer init call
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatish committed Oct 10, 2015
1 parent f585313 commit 1c270e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from worker import Worker
from jobQueue import JobQueue
from preallocator import Preallocator
from tangod import TangoServer
from tangod import *

class JobManager:

Expand Down Expand Up @@ -95,7 +95,7 @@ def __manage(self):
preallocator = Preallocator(vmms)
queue = JobQueue(preallocator)

tango = TangoServer(queue, preallocator, vmms)
tango = TangoServer()

tango.log.debug("Resetting Tango VMs")
tango.resetTango(vmms)
Expand Down

0 comments on commit 1c270e8

Please sign in to comment.