summaryrefslogtreecommitdiff
path: root/time/py-icalendar/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'time/py-icalendar/patches/patch-aa')
-rw-r--r--time/py-icalendar/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/time/py-icalendar/patches/patch-aa b/time/py-icalendar/patches/patch-aa
deleted file mode 100644
index 79c0aef9d65..00000000000
--- a/time/py-icalendar/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/20 13:38:47 wiz Exp $
-
---- src/icalendar/prop.py.orig 2008-07-11 19:56:43.000000000 +0000
-+++ src/icalendar/prop.py
-@@ -1059,7 +1059,7 @@ class vText(unicode):
- encoding = 'utf-8'
-
- def __init__(self, *args, **kwargs):
-- unicode.__init__(self, *args, **kwargs)
-+ unicode.__init__(self)
- self.params = Parameters()
-
- def escape(self):