[Python-apps-commits] r9548 - in packages/pyspread/trunk/debian/patches (fix_i18n.patch)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Tue Apr 16 18:04:23 UTC 2013


    Date: Tuesday, April 16, 2013 @ 18:04:21
  Author: anoteng-guest
Revision: 9548

fix indentation error

Modified:
  packages/pyspread/trunk/debian/patches/fix_i18n.patch

Modified: packages/pyspread/trunk/debian/patches/fix_i18n.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/fix_i18n.patch	2013-04-16 17:56:51 UTC (rev 9547)
+++ packages/pyspread/trunk/debian/patches/fix_i18n.patch	2013-04-16 18:04:21 UTC (rev 9548)
@@ -12,12 +12,12 @@
  
 -        self.main_window.actions.launch_help("Python tutorial",
 -            "http://docs.python.org/tutorial/")
-+       if os.path.isfile("/usr/share/doc/python-doc/html/tutorial/index.html"):
-+               self.main_window.actions.launch_help("Python tutorial",
-+                       "/usr/share/doc/python-doc/html/tutorial/index.html")
-+       else:
-+               self.main_window.actions.launch_help("Python tutorial",
-+                       "http://docs.python.org/2/tutorial/")
++        if os.path.isfile("/usr/share/doc/python-doc/html/tutorial/index.html"):
++            self.main_window.actions.launch_help("Python tutorial",
++                "/usr/share/doc/python-doc/html/tutorial/index.html")
++        else:
++            self.main_window.actions.launch_help("Python tutorial",
++                "http://docs.python.org/2/tutorial/")
 +
  
      def OnAbout(self, event):




More information about the Python-apps-commits mailing list