]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Oct 2009 17:30:43 +0000 (12:30 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Oct 2009 17:30:43 +0000 (12:30 -0500)
basis/tools/deploy/test/8/8.factor

index ddf08d36542b4210ad36890208f185fa49c9d167..6bbb85f9fcddae321548afa429d1fc6cce152588 100644 (file)
@@ -1,4 +1,4 @@
-USING: calendar game-input threads ui ui.gadgets.worlds kernel
+USING: calendar game.input threads ui ui.gadgets.worlds kernel
 method-chains system ;
 IN: tools.deploy.test.8
 
@@ -18,4 +18,4 @@ AFTER: my-world end-world drop close-game-input ;
         0 exit
     ] with-ui ;
 
-MAIN: test-game-input
\ No newline at end of file
+MAIN: test-game-input