fix import typo

contributes to #20
devel
Trolli Schmittlauch 2017-07-12 18:00:22 +02:00
parent a719dd974c
commit 2a214b93bd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import sys
import getopt
from SchedulingAlgorithms import simanneal as sim
from Outpout import output as o
from Output import output as o
def usage():