Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an useless import in python
[simgrid.git] / src / simix / simcalls.py
index 706dc92..d0f33d4 100755 (executable)
@@ -243,7 +243,6 @@ def handle(fd, func, simcalls, guarded_simcalls):
         fd.write('\n#endif\n')
 
 if __name__ == '__main__':
-    import sys
     simcalls, simcalls_dict = parse('simcalls.in')
 
     ok = True