From 49bec2c6b92bfd5155209f0b68d81b946022e961 Mon Sep 17 00:00:00 2001 From: James Wes/tby Date: Sat, 1 Feb 2014 10:50:46 -0500 Subject: [PATCH] Fix the example command line to use the file path imp.load_source actually takes the filename, not the module name. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8bb5303..911b476 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ like this: :: - $ gorun.py gorun_settings + $ gorun.py gorun_settings.py Configuration -------------