Skip to content

Commit afa7f42

Browse files
committed
change name
1 parent 3a4d3e7 commit afa7f42

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

icson/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

jicson/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from jicson.jicson import *
File renamed without changes.

test.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import icson
1+
import jicson
2+
import json
23

3-
json = icson.fromFile('./basic2.ics')
4-
print(json)
4+
result = jicson.fromFile('./basic.ics')
5+
print(result)
6+
print(json.dumps(result))

0 commit comments

Comments
 (0)