From c5df217cb78f340a12a0ba9145af79faee186772 Mon Sep 17 00:00:00 2001 From: James French Date: Mon, 2 Aug 2010 00:06:41 +0800 Subject: [PATCH] Removed depricated regular expression --- icalparse.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/icalparse.py b/icalparse.py index 5010d1d..f41c4a1 100755 --- a/icalparse.py +++ b/icalparse.py @@ -21,15 +21,12 @@ # THE SOFTWARE. import sys -import re import urlparse import os class InvalidICS(Exception): pass class notJoined(Exception): pass -icalEntry = re.compile('^[A-Z\-]+:.*') - def lineJoiner(oldcal): '''Takes a string containing a calendar and returns an array of its lines''' -- 2.20.1