Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c2b0f07a6af160ad1bc8a9d8bca9c9bd > files > 3

python-mwlib-0.11.2-7.20090522hg2956.fc14.src.rpm

diff -up mwlib-0.8.0/mwlib/snippets.txt.orig mwlib-0.8.0/mwlib/snippets.txt
--- mwlib-0.8.0/mwlib/snippets.txt.orig	2008-07-21 03:00:04.000000000 -0500
+++ mwlib-0.8.0/mwlib/snippets.txt	2008-07-21 03:00:17.000000000 -0500
@@ -1,13 +1,13 @@
-#! -*- mode: wikipedia -*-
-
+# -*- mode: wikipedia -*-
+
 funky Umlauts and symbols: äöü ÄÖÜ some symbols: @ € ~ # ^ § '
-
+
 Intra wiki link: [[Articlename]] with different link text: [[Other Article|Some funky text]]
-
+
 External link to [http://example.com] with optional link text [http://example.com bla blub]
-
+
 some url: http://example.com. now a url with umlauts: http://dasörtliche.de and now a italic url ''http://example.com/öpath''
-
+
 * item 1 ä#üß
 * item 2 @€
 * item3
@@ -15,7 +15,7 @@ some url: http://example.com. now a url 
 # numbered item 1
 # numbered item 2
 # numbered item3
-
+
 {| class="prettytable"
 |-
 | row 1, col 1 || row 1, col 2 || row 1, col 3
@@ -24,13 +24,13 @@ some url: http://example.com. now a url 
 |-
 | row 3, col 1 || row 3, col 2 || row 3, col 3
 |}
-
+
 normal paragraph
 
 : some indented text
 
 back to normal
-
+
 [[w:en:Help:Piped link|en:Help:Piped link]]
 
 [[wikipedia:]]
@@ -52,4 +52,4 @@ back to normal
 [[Category:SomeCategory]]
 
 [[:Category:SomeCategoryWhichIsDisplayed]]
-
+
diff -up mwlib-0.8.0/mwlib/tagext.py.orig mwlib-0.8.0/mwlib/tagext.py
--- mwlib-0.8.0/mwlib/tagext.py.orig	2008-07-21 03:11:22.000000000 -0500
+++ mwlib-0.8.0/mwlib/tagext.py	2008-07-21 03:11:28.000000000 -0500
@@ -1,4 +1,3 @@
-#! /usr/bin/env py.test
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2007-2009 PediaPress GmbH
diff -up mwlib-0.8.0/mwlib/xmltreecleaner.py.orig mwlib-0.8.0/mwlib/xmltreecleaner.py
--- mwlib-0.8.0/mwlib/xmltreecleaner.py.orig	2008-07-21 03:00:26.000000000 -0500
+++ mwlib-0.8.0/mwlib/xmltreecleaner.py	2008-07-21 03:00:36.000000000 -0500
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-#! -*- coding:utf-8 -*-
+# -*- coding:utf-8 -*-
 
 # Copyright (c) 2007, PediaPress GmbH
 # See README.txt for additional licensing information.