gameServer/stresstest.hs
changeset 4932 f11d80bac7ed
parent 4905 7842d085acf4
child 5003 db4726bf9205
--- a/gameServer/stresstest.hs	Sun Feb 06 18:59:53 2011 +0300
+++ b/gameServer/stresstest.hs	Sun Feb 06 21:50:29 2011 +0300
@@ -2,8 +2,8 @@
 
 module Main where
 
-import IO
 import System.IO
+import System.IO.Error
 import Control.Concurrent
 import Network
 import Control.OldException