updade from Atlas repo
This commit is contained in:
@@ -16,8 +16,8 @@ schedule_v2.py: property to get venue linked to an event
|
||||
"""
|
||||
|
||||
# tag::SCHEDULE2_RECORD[]
|
||||
import json
|
||||
import inspect # <1>
|
||||
import json
|
||||
|
||||
JSON_PATH = 'data/osconfeed.json'
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ schedule_v3.py: property to get list of event speakers
|
||||
# end::SCHEDULE3_DEMO[]
|
||||
"""
|
||||
|
||||
import json
|
||||
import inspect
|
||||
import json
|
||||
|
||||
JSON_PATH = 'data/osconfeed.json'
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ schedule_v4.py: homegrown cached property for speakers
|
||||
# end::SCHEDULE4_DEMO[]
|
||||
"""
|
||||
|
||||
import json
|
||||
import inspect
|
||||
import json
|
||||
|
||||
JSON_PATH = 'data/osconfeed.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user