From 9822c30ff63a72951384dbc247f06033f134f0d5 Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 10 Feb 2012 17:22:54 -0500 Subject: [PATCH] . --- qsim/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsim/core.py b/qsim/core.py index 78647a23..e4d08d5c 100644 --- a/qsim/core.py +++ b/qsim/core.py @@ -24,7 +24,7 @@ class Simulator(object): def launch(self): """ - Create all components specified in config.. + Create all components specified in config... """ pass