Added an import for 'debugger_socket'.
authorDjomanix <johan.kayser@viacesi.fr>
Wed, 25 Jun 2014 18:30:36 +0000 (14:30 -0400)
committerDjomanix <johan.kayser@viacesi.fr>
Wed, 25 Jun 2014 18:30:36 +0000 (14:30 -0400)
Signed-off-by: Djomanix <johan.kayser@viacesi.fr>

src/nit.nit

index 36c3815..dc48db8 100644 (file)
@@ -19,6 +19,7 @@ module nit
 
 import naive_interpreter
 import debugger
+import debugger_socket
 
 # Create a tool context to handle options and paths
 var toolcontext = new ToolContext