[Python-modules-commits] [bdist-nsi] 07/12: Fix the import	instructions in the README.
    Dominik George 
    natureshadow-guest at moszumanska.debian.org
       
    Sun Apr 23 19:24:12 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository bdist-nsi.
commit 78cb83d2f5b451d8ade11bfe95a9e906cf923537
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Apr 23 20:58:52 2017 +0200
    Fix the import instructions in the README.
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 8d1a29e..cd29d9e 100755
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ Add ``bdist_nsi`` option to your setup.py file.
 In your projects setup.py::
 
     try:
-        import bdist_nsi
+        from bdist_nsi import bdist_nsi
     except ImportError:
         pass
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/bdist-nsi.git
    
    
More information about the Python-modules-commits
mailing list