git.ucc.asn.au
/
frenchie
/
icalparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab19510
)
Removed depricated regular expression
author
James French
<
[email protected]
>
Sun, 1 Aug 2010 16:06:41 +0000
(
00:06
+0800)
committer
James French
<
[email protected]
>
Sun, 1 Aug 2010 16:06:41 +0000
(
00:06
+0800)
icalparse.py
patch
|
blob
|
history
diff --git
a/icalparse.py
b/icalparse.py
index
5010d1d
..
f41c4a1
100755
(executable)
--- 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'''
UCC
git Repository :: git.ucc.asn.au