pkgsrc-ng/www/py-flask-flatpages/patches/patch-flask__flatpages_____init____.py
2014-08-11 13:27:10 +02:00

16 lines
626 B
Python

$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.