Removed depricated regular expression
authorJames French <[email protected]>
Sun, 1 Aug 2010 16:06:41 +0000 (00:06 +0800)
committerJames French <[email protected]>
Sun, 1 Aug 2010 16:06:41 +0000 (00:06 +0800)
icalparse.py

index 5010d1d..f41c4a1 100755 (executable)
 # 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'''
 

UCC git Repository :: git.ucc.asn.au