r16323 by jghali - #9712: indentation error in Autoquote.py

scribus-commit scribus-commit at lists.scribus.net
Sun Jan 30 15:00:45 CET 2011


Author: jghali
Date: Sun Jan 30 14:00:45 2011
New Revision: 16323

URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=16323
Log:
#9712: indentation error in Autoquote.py

Modified:
    trunk/Scribus/scribus/plugins/scriptplugin/scripts/Autoquote.py

Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/Autoquote.py
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=16323&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/Autoquote.py
==============================================================================
--- trunk/Scribus/scribus/plugins/scriptplugin/scripts/Autoquote.py (original)
+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/Autoquote.py Sun Jan 30 14:00:45 2011
@@ -80,7 +80,7 @@
 	follow_double = u"\u201d"
 	lead_single = u"\u00bb"
 	follow_single = u"\u00ab"
- else:
+    else:
         scribus.messageBox('Language Error', 'You need to choose an available language', icon=0, button1=1)
         sys.exit(2)
         
@@ -164,4 +164,4 @@
 scribus.setRedraw(1)
 scribus.docChanged(1)
 endmessage = 'Successfully ran script\n Last character read was '+str(char) # Change this message to your liking
-scribus.messageBox("Finished", endmessage,icon=0,button1=1)
+scribus.messageBox("Finished", endmessage,icon=0,button1=1)




More information about the scribus-commit mailing list