summaryrefslogtreecommitdiff
path: root/www/py-flask-flatpages/patches/patch-flask__flatpages_____init____.py
blob: 5e91511b208a8faeaff1c40cc3d4b71ecf8565fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-flask__flatpages_____init____.py,v 1.1 2014/01/19 17:42:05 wiz Exp $

Remove undefined characters; fixes build with python-3.3.

--- flask_flatpages/__init__.py.orig	2013-04-02 09:52:15.000000000 +0000
+++ flask_flatpages/__init__.py
@@ -4,7 +4,7 @@
     ~~~~~~~~~~~~~~~
 
     Flask-FlatPages provides a collections of pages to your Flask application.
-    Pages are built from “flat” text files as opposed to a relational database.
+    Pages are built from flat text files as opposed to a relational database.
 
     :copyright: (c) 2010 by Simon Sapin.
     :license: BSD, see LICENSE for more details.