Python module (submodule repositary), which provides content (video streams) from various online stream sources to corresponding Enigma2, Kodi, Plex plugins

project.wpr 71KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750
  1. #!wing
  2. #!version=6.0
  3. ##################################################################
  4. # Wing IDE project file #
  5. ##################################################################
  6. [project attributes]
  7. proj.directory-list = [{'dirloc': loc('.'),
  8. 'excludes': (),
  9. 'filter': '*',
  10. 'include_hidden': False,
  11. 'recursive': True,
  12. 'watch_for_changes': True}]
  13. proj.file-type = 'normal'
  14. proj.launch-config = {loc('ContentSources.py'): ('project',
  15. (u'ltc::home',
  16. '')),
  17. loc('iub_db.py'): ('project',
  18. (u'-d 90 -s -o',
  19. '')),
  20. loc('iub_db2.py'): ('project',
  21. (u'-p 1 2 --debug ',
  22. '')),
  23. loc('iub_email.py'): ('project',
  24. (u'-i --debug',
  25. '')),
  26. loc('iubx.py'): ('project',
  27. (u'-s -d30',
  28. '')),
  29. loc('iubx2.py'): ('project',
  30. (u'-sgr -d 10',
  31. ''))}
  32. [user attributes]
  33. debug.breakpoints = {loc('iub.py'): {102: (0,
  34. None,
  35. 1,
  36. 0),
  37. 146: (0,
  38. None,
  39. 1,
  40. 0)},
  41. loc('iub_db.py'): {209: (0,
  42. None,
  43. 1,
  44. 0),
  45. 376: (0,
  46. None,
  47. 1,
  48. 0)},
  49. loc('sources/ltc.py'): {77L: (0,
  50. None,
  51. 1,
  52. 0),
  53. 101L: (0,
  54. None,
  55. 1,
  56. 0),
  57. 301L: (0,
  58. None,
  59. 1,
  60. 0),
  61. 328L: (0,
  62. None,
  63. 1,
  64. 0),
  65. 410L: (0,
  66. None,
  67. 1,
  68. 0)},
  69. loc('untitled-1.py'): {10: (0,
  70. None,
  71. 1,
  72. 0)},
  73. loc('../untitled-1.py'): {1: (0,
  74. None,
  75. 1,
  76. 0),
  77. 2: (0,
  78. None,
  79. 1,
  80. 0),
  81. 3: (0,
  82. None,
  83. 1,
  84. 0)},
  85. loc('unknown:<untitled> #1'): {2: (0,
  86. None,
  87. 1,
  88. 0)},
  89. loc('unknown:<untitled> #2'): {10: (0,
  90. None,
  91. 1,
  92. 0)}}
  93. debug.err-values = {None: {},
  94. loc('ContentSources.py'): {},
  95. loc('iub_db.py'): {},
  96. loc('iub_email.py'): {},
  97. loc('iubx.py'): {}}
  98. debug.recent-run-args = {loc('ContentSources.py'): [u'ltc::home',
  99. u'config::home'],
  100. loc('iub_db.py'): [u'-d 90 -s -o',
  101. u'-d 40 -rg -o',
  102. u'-d 40 -s -o',
  103. u'-d 40 -r -o',
  104. u'-d 40 -g -o',
  105. u'-d 60 -s -o',
  106. u'-d 10 -r -o',
  107. u'-d 3 --slud -o',
  108. u'-d 10 --rez -o',
  109. u'-d 10 --rez',
  110. u'-d 10 --groz',
  111. u'-d 20 --groz',
  112. u'-d 20 --slud',
  113. u'-d 10 --slud',
  114. u'-d 3 --slud',
  115. u'-d 3'],
  116. loc('iub_db2.py'): [u'-p 1 2 --debug ',
  117. u'-d 1 --debug ',
  118. u'-p 51 53 --debug -o',
  119. u'-p 50 53 --debug -o',
  120. u'-d 3 --debug -o',
  121. u'-d 1 --debug -o',
  122. u'-d 1 --debug -o',
  123. u'-d 1 --debug',
  124. u'-d 1',
  125. u'-h'],
  126. loc('iub_email.py'): [u'-i --debug',
  127. u'-i ',
  128. u'-i',
  129. u'-p'],
  130. loc('iubx.py'): [u'-s -d30',
  131. u'-s -d10',
  132. u'-s -d3',
  133. u'-s -d40',
  134. '-s -d 10\n'],
  135. loc('iubx2.py'): [u'-sgr -d 10',
  136. u'-sgr',
  137. u'--sgr',
  138. u'--slud']}
  139. debug.run-args = {}
  140. debug.var-col-widths = [0.41872791519434627,
  141. 0.5812720848056537]
  142. guimgr.overall-gui-state = {'windowing-policy': 'combined-window',
  143. 'windows': [{'name': 'F8FpRDICw7YHXG3HV2rBc63asU'\
  144. 'LBT7JH',
  145. 'size-state': 'maximized',
  146. 'type': 'dock',
  147. 'view': {'area': 'tall',
  148. 'constraint': None,
  149. 'current_pages': [0,
  150. 1],
  151. 'full-screen': False,
  152. 'notebook_display': 'tabs only',
  153. 'notebook_percent': 0.17992831541218635,
  154. 'override_title': None,
  155. 'pagelist': [('project',
  156. 'tall',
  157. 0,
  158. {'tree-state': {'file-sort-method': 'by name',
  159. 'list-files-first': 0,
  160. 'tree-states': {'deep': {'expanded-nodes': [],
  161. 'selected-nodes': [(3,)],
  162. 'top-node': (0,)}},
  163. 'tree-style': 'deep'}}),
  164. ('snippets',
  165. 'tall',
  166. 0,
  167. {'tree-states': {u'c': [],
  168. u'html': [],
  169. u'py': [['class',
  170. 'all',
  171. '']]}}),
  172. ('browser',
  173. 'tall',
  174. 0,
  175. {'all_tree_states': {loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'): {'c'\
  176. 'olumn-widths': [1.0],
  177. 'expanded-nodes': [],
  178. 'selected-nodes': [],
  179. 'top-node': [('generic attribute',
  180. loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'),
  181. 'ft')]},
  182. loc('../../../Documents and Settings/User/Application Data/Wing IDE 3/x-wingide-zip:/C:/Python25/Lib/site-packages/simplejson-1.8.1-py2.5-win32.egg/simplejson/decoder.py'): {'c'\
  183. 'olumn-widths': [1.0],
  184. 'expanded-nodes': [],
  185. 'selected-nodes': [],
  186. 'top-node': [('generic attribute',
  187. loc('../../../Documents and Settings/User/Application Data/Wing IDE 3/x-wingide-zip:/C:/Python25/Lib/site-packages/simplejson-1.8.1-py2.5-win32.egg/simplejson/decoder.py'),
  188. 'ANYTHING')]},
  189. loc('../../../Python25/Lib/BeautifulSoup.py'): {'column-widths': [1.0],
  190. 'expanded-nodes': [],
  191. 'selected-nodes': [],
  192. 'top-node': [('class def',
  193. loc('../../../Python25/Lib/BeautifulSoup.py'),
  194. 'BeautifulSOAP')]},
  195. loc('../../../Python25/Lib/ConfigParser.py'): {'column-widths': [1.0],
  196. 'expanded-nodes': [],
  197. 'selected-nodes': [],
  198. 'top-node': [('class def',
  199. loc('../../../Python25/Lib/ConfigParser.py'),
  200. 'ConfigParser')]},
  201. loc('../../../Python25/Lib/StringIO.py'): {'column-widths': [1.0],
  202. 'expanded-nodes': [],
  203. 'selected-nodes': [],
  204. 'top-node': [('class def',
  205. loc('../../../Python25/Lib/StringIO.py'),
  206. 'StringIO')]},
  207. loc('../../../Python25/Lib/dircache.py'): {'column-widths': [1.0],
  208. 'expanded-nodes': [],
  209. 'selected-nodes': [],
  210. 'top-node': [('function def',
  211. loc('../../../Python25/Lib/dircache.py'),
  212. 'annotate')]},
  213. loc('../../../Python25/Lib/encodings/cp1257.py'): {'column-widths': [1.0],
  214. 'expanded-nodes': [],
  215. 'selected-nodes': [],
  216. 'top-node': [('class def',
  217. loc('../../../Python25/Lib/encodings/cp1257.py'),
  218. 'Codec')]},
  219. loc('../../../Python25/Lib/encodings/utf_8.py'): {'column-widths': [1.0],
  220. 'expanded-nodes': [],
  221. 'selected-nodes': [],
  222. 'top-node': [('function def',
  223. loc('../../../Python25/Lib/encodings/utf_8.py'),
  224. 'decode')]},
  225. loc('../../../Python25/Lib/ntpath.py'): {'column-widths': [1.0],
  226. 'expanded-nodes': [],
  227. 'selected-nodes': [],
  228. 'top-node': [('function def',
  229. loc('../../../Python25/Lib/ntpath.py'),
  230. 'abspath')]},
  231. loc('../../../Python25/Lib/re.py'): {'column-widths': [1.0],
  232. 'expanded-nodes': [],
  233. 'selected-nodes': [],
  234. 'top-node': [('generic attribute',
  235. loc('../../../Python25/Lib/re.py'),
  236. 'c')]},
  237. loc('../../../Python25/Lib/sgmllib.py'): {'column-widths': [1.0],
  238. 'expanded-nodes': [],
  239. 'selected-nodes': [],
  240. 'top-node': [('generic attribute',
  241. loc('../../../Python25/Lib/sgmllib.py'),
  242. 'attrfind')]},
  243. loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'): {'c'\
  244. 'olumn-widths': [1.0],
  245. 'expanded-nodes': [],
  246. 'selected-nodes': [],
  247. 'top-node': [('generic attribute',
  248. loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'),
  249. 'BIT2MODE')]},
  250. loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'): {'c'\
  251. 'olumn-widths': [1.0],
  252. 'expanded-nodes': [],
  253. 'selected-nodes': [],
  254. 'top-node': [('function def',
  255. loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'),
  256. 'getdata')]},
  257. loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'column-wi'\
  258. 'dths': [1.0],
  259. 'expanded-nodes': [],
  260. 'selected-nodes': [[('generic attribute',
  261. loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
  262. '_initialized')]],
  263. 'top-node': [('generic attribute',
  264. loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
  265. 'ADAPTIVE')]},
  266. loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'): {'colum'\
  267. 'n-widths': [1.0],
  268. 'expanded-nodes': [],
  269. 'selected-nodes': [],
  270. 'top-node': [('generic attribute',
  271. loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'),
  272. 'ERRORS')]},
  273. loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'): {'co'\
  274. 'lumn-widths': [1.0],
  275. 'expanded-nodes': [],
  276. 'selected-nodes': [],
  277. 'top-node': [('class def',
  278. loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'),
  279. 'ImagePalette')]},
  280. loc('../../../Python25/Lib/site-packages/argparse.py'): {'column-wid'\
  281. 'ths': [1.0],
  282. 'expanded-nodes': [],
  283. 'selected-nodes': [],
  284. 'top-node': [('class def',
  285. loc('../../../Python25/Lib/site-packages/argparse.py'),
  286. 'Action')]},
  287. loc('../../../Python25/Lib/site-packages/pdo.py'): {'column-widths': [1.0],
  288. 'expanded-nodes': [],
  289. 'selected-nodes': [],
  290. 'top-node': [('class def',
  291. loc('../../../Python25/Lib/site-packages/pdo.py'),
  292. 'connect')]},
  293. loc('../../../Python25/Lib/struct.py'): {'column-widths': [1.0],
  294. 'expanded-nodes': [],
  295. 'selected-nodes': [],
  296. 'top-node': [('function def',
  297. loc('../../../Python25/Lib/struct.py'),
  298. 'calcsize')]},
  299. loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'): {'exp'\
  300. 'anded-nodes': [],
  301. 'selected-nodes': [],
  302. 'top-node': [('class def',
  303. loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
  304. 'CompositeCaster')]},
  305. loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'): {'e'\
  306. 'xpanded-nodes': [],
  307. 'selected-nodes': [],
  308. 'top-node': [('generic attribute',
  309. loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
  310. 'ALL_INVOKE_TYPES')]},
  311. loc('../$test/test2.py'): {'column-widths': [1.0],
  312. 'expanded-nodes': [],
  313. 'selected-nodes': [],
  314. 'top-node': [('generic attribute',
  315. loc('../$test/test2.py'),
  316. 'con')]},
  317. loc('../$test/test3.py'): {'column-widths': [1.0],
  318. 'expanded-nodes': [],
  319. 'selected-nodes': [],
  320. 'top-node': [('generic attribute',
  321. loc('../$test/test3.py'),
  322. 'area')]},
  323. loc('../$test/test4.py'): {'column-widths': [1.0],
  324. 'expanded-nodes': [],
  325. 'selected-nodes': [],
  326. 'top-node': [('generic attribute',
  327. loc('../$test/test4.py'),
  328. 'con')]},
  329. loc('../5streets/5streets.py'): {'column-widths': [1.0],
  330. 'expanded-nodes': [],
  331. 'selected-nodes': [],
  332. 'top-node': [('generic attribute',
  333. loc('../5streets/5streets.py'),
  334. 'dlat')]},
  335. loc('../JS2/JSData.py'): {'column-widths': [1.0],
  336. 'expanded-nodes': [],
  337. 'selected-nodes': [],
  338. 'top-node': [('generic attribute',
  339. loc('../JS2/JSData.py'),
  340. 'db')]},
  341. loc('../JS2/const.py'): {'column-widths': [1.0],
  342. 'expanded-nodes': [],
  343. 'selected-nodes': [],
  344. 'top-node': [('generic attribute',
  345. loc('../JS2/const.py'),
  346. 'config')]},
  347. loc('../JS2/js2gif2.py'): {'column-widths': [1.0],
  348. 'expanded-nodes': [],
  349. 'selected-nodes': [],
  350. 'top-node': [('generic attribute',
  351. loc('../JS2/js2gif2.py'),
  352. 'argc')]},
  353. loc('../JS2/js3.py'): {'column-widths': [1.0],
  354. 'expanded-nodes': [],
  355. 'selected-nodes': [],
  356. 'top-node': [('function def',
  357. loc('../JS2/js3.py'),
  358. 'deg')]},
  359. loc('../JS2/js3s.py'): {'column-widths': [1.0],
  360. 'expanded-nodes': [],
  361. 'selected-nodes': [],
  362. 'top-node': [('function def',
  363. loc('../JS2/js3s.py'),
  364. 'deg')]},
  365. loc('../JS2/js_2gif.py'): {'column-widths': [1.0],
  366. 'expanded-nodes': [],
  367. 'selected-nodes': [],
  368. 'top-node': [('generic attribute',
  369. loc('../JS2/js_2gif.py'),
  370. 'argc')]},
  371. loc('../JS2/js_db.py'): {'column-widths': [1.0],
  372. 'expanded-nodes': [],
  373. 'selected-nodes': [],
  374. 'top-node': [('generic attribute',
  375. loc('../JS2/js_db.py'),
  376. 'bks93')]},
  377. loc('../JS2/js_map.py'): {'column-widths': [1.0],
  378. 'expanded-nodes': [],
  379. 'selected-nodes': [[('function def',
  380. loc('../JS2/js_map.py'),
  381. 'deg')]],
  382. 'top-node': [('function def',
  383. loc('../JS2/js_map.py'),
  384. 'deg')]},
  385. loc('../JS2/js_map2.py'): {'column-widths': [1.0],
  386. 'expanded-nodes': [],
  387. 'selected-nodes': [],
  388. 'top-node': [('function def',
  389. loc('../JS2/js_map2.py'),
  390. 'deg')]},
  391. loc('../JS2/js_map3.py'): {'column-widths': [1.0],
  392. 'expanded-nodes': [],
  393. 'selected-nodes': [],
  394. 'top-node': [('function def',
  395. loc('../JS2/js_map3.py'),
  396. 'deg')]},
  397. loc('../JS2/js_map4.py'): {'column-widths': [1.0],
  398. 'expanded-nodes': [],
  399. 'selected-nodes': [],
  400. 'top-node': [('function def',
  401. loc('../JS2/js_map4.py'),
  402. 'create_map')]},
  403. loc('../JS2/js_shp.py'): {'column-widths': [1.0],
  404. 'expanded-nodes': [],
  405. 'selected-nodes': [],
  406. 'top-node': [('generic attribute',
  407. loc('../JS2/js_shp.py'),
  408. 'cx')]},
  409. loc('../JS2/js_unpack.py'): {'column-widths': [1.0],
  410. 'expanded-nodes': [],
  411. 'selected-nodes': [],
  412. 'top-node': [('generic attribute',
  413. loc('../JS2/js_unpack.py'),
  414. 'argc')]},
  415. loc('../JS2/jsdb2.py'): {'column-widths': [1.0],
  416. 'expanded-nodes': [],
  417. 'selected-nodes': [],
  418. 'top-node': [('generic attribute',
  419. loc('../JS2/jsdb2.py'),
  420. 'bks93')]},
  421. loc('../JS2/jsunpack2.py'): {'column-widths': [1.0],
  422. 'expanded-nodes': [],
  423. 'selected-nodes': [],
  424. 'top-node': [('generic attribute',
  425. loc('../JS2/jsunpack2.py'),
  426. 'argc')]},
  427. loc('../JS2/ozimap.py'): {'column-widths': [1.0],
  428. 'expanded-nodes': [],
  429. 'selected-nodes': [],
  430. 'top-node': [('generic attribute',
  431. loc('../JS2/ozimap.py'),
  432. 'epilog')]},
  433. loc('../JS2/test PIL.py'): {'column-widths': [1.0],
  434. 'expanded-nodes': [],
  435. 'selected-nodes': [],
  436. 'top-node': [('function def',
  437. loc('../JS2/test PIL.py'),
  438. 'get_pp')]},
  439. loc('BeautifulSoup.py'): {'expanded-nodes': [],
  440. 'selected-nodes': [],
  441. 'top-node': [('class def',
  442. loc('BeautifulSoup.py'),
  443. 'BeautifulSOAP')]},
  444. loc('config.py'): {'expanded-nodes': [],
  445. 'selected-nodes': [],
  446. 'top-node': [('generic attribute',
  447. loc('config.py'),
  448. 'config')]},
  449. loc('database.py'): {'expanded-nodes': [],
  450. 'selected-nodes': [],
  451. 'top-node': [('class def',
  452. loc('database.py'),
  453. 'Database')]},
  454. loc('excel3.py'): {'expanded-nodes': [],
  455. 'selected-nodes': [],
  456. 'top-node': [('class def',
  457. loc('excel3.py'),
  458. 'Excel')]},
  459. loc('iub_db.py'): {'expanded-nodes': [],
  460. 'selected-nodes': [],
  461. 'top-node': [('function def',
  462. loc('iub_db.py'),
  463. 'add_rec')]},
  464. loc('iub_db2.py'): {'expanded-nodes': [],
  465. 'selected-nodes': [[('generic attribute',
  466. loc('iub_db2.py'),
  467. 'version')]],
  468. 'top-node': [('generic attribute',
  469. loc('iub_db2.py'),
  470. 'config')]},
  471. loc('iubx.ini'): {'expanded-nodes': [],
  472. 'selected-nodes': [],
  473. 'top-node': None},
  474. loc('iubx.py'): {'column-widths': None,
  475. 'expanded-nodes': [],
  476. 'selected-nodes': [],
  477. 'top-node': [('function def',
  478. loc('iubx.py'),
  479. 'check_cpv')]},
  480. loc('iubx0.py'): {'column-widths': [1.0],
  481. 'expanded-nodes': [],
  482. 'selected-nodes': [[('generic attribute',
  483. loc('iubx0.py'),
  484. 'config')]],
  485. 'top-node': [('generic attribute',
  486. loc('iubx0.py'),
  487. 'config')]},
  488. loc('latvian.xml'): {'expanded-nodes': [],
  489. 'selected-nodes': [],
  490. 'top-node': None},
  491. loc('record.py'): {'expanded-nodes': [],
  492. 'selected-nodes': [],
  493. 'top-node': [('generic attribute',
  494. loc('record.py'),
  495. 'r1')]},
  496. loc('sources/iub.py'): {'expanded-nodes': [],
  497. 'selected-nodes': [[('class def',
  498. loc('sources/iub.py'),
  499. 'Source')]],
  500. 'top-node': [('generic attribute',
  501. loc('sources/iub.py'),
  502. 'h')]},
  503. loc('test1.py'): {'expanded-nodes': [],
  504. 'selected-nodes': [],
  505. 'top-node': [('generic attribute',
  506. loc('test1.py'),
  507. 'conn')]},
  508. loc('utils.py'): {'expanded-nodes': [],
  509. 'selected-nodes': [],
  510. 'top-node': [('function def',
  511. loc('utils.py'),
  512. 'check_cpv')]},
  513. loc('../fakemap/fakemap.py'): {'column-widths': [1.0],
  514. 'expanded-nodes': [],
  515. 'selected-nodes': [],
  516. 'top-node': [('generic attribute',
  517. loc('../fakemap/fakemap.py'),
  518. 'dir')]},
  519. loc('../getpics/ggg2.py'): {'column-widths': [1.0],
  520. 'expanded-nodes': [],
  521. 'selected-nodes': [],
  522. 'top-node': [('generic attribute',
  523. loc('../getpics/ggg2.py'),
  524. 'con')]},
  525. loc('../ozi/ozi.py'): {'column-widths': [1.0],
  526. 'expanded-nodes': [],
  527. 'selected-nodes': [],
  528. 'top-node': [('generic attribute',
  529. loc('../ozi/ozi.py'),
  530. 'epilog')]},
  531. loc('../ozi/ozimap.py'): {'column-widths': [1.0],
  532. 'expanded-nodes': [],
  533. 'selected-nodes': [],
  534. 'top-node': [('generic attribute',
  535. loc('../ozi/ozimap.py'),
  536. 'epilog')]},
  537. loc('../theyr/ikite/ikite.py'): {'column-widths': [1.0],
  538. 'expanded-nodes': [],
  539. 'selected-nodes': [],
  540. 'top-node': [('generic attribute',
  541. loc('../theyr/ikite/ikite.py'),
  542. 'day')]},
  543. loc('../vietas/vietas.py'): {'column-widths': [1.0],
  544. 'expanded-nodes': [],
  545. 'selected-nodes': [],
  546. 'top-node': [('generic attribute',
  547. loc('../vietas/vietas.py'),
  548. 'count')]},
  549. loc('../vietas/vietas0.py'): {'column-widths': [1.0],
  550. 'expanded-nodes': [],
  551. 'selected-nodes': [],
  552. 'top-node': [('generic attribute',
  553. loc('../vietas/vietas0.py'),
  554. 'c')]},
  555. loc('../vietas/vietas2.py'): {'column-widths': [1.0],
  556. 'expanded-nodes': [],
  557. 'selected-nodes': [],
  558. 'top-node': [('generic attribute',
  559. loc('../vietas/vietas2.py'),
  560. 'd_lat')]},
  561. loc('../../SplashData/remdup.py'): {'column-widths': [1.0],
  562. 'expanded-nodes': [],
  563. 'selected-nodes': [],
  564. 'top-node': [('generic attribute',
  565. loc('../../SplashData/remdup.py'),
  566. 'f')]},
  567. loc('unknown:<untitled> #6'): {'column-widths': [1.0],
  568. 'expanded-nodes': [],
  569. 'selected-nodes': [],
  570. 'top-node': None},
  571. loc('unknown:<untitled> #5'): {'expanded-nodes': [],
  572. 'selected-nodes': [],
  573. 'top-node': None},
  574. loc('unknown:<untitled> #4'): {'column-widths': [1.0],
  575. 'expanded-nodes': [],
  576. 'selected-nodes': [],
  577. 'top-node': None},
  578. loc('unknown:<untitled> #3'): {'expanded-nodes': [],
  579. 'selected-nodes': [],
  580. 'top-node': None}},
  581. 'browse_mode': u'Current Module',
  582. 'follow-selection': False,
  583. 'sort_mode': 'Alphabetically',
  584. 'visibility_options': {u'Derived Classes': False,
  585. u'Imported': False,
  586. u'Modules': True}}),
  587. ('debug-stack',
  588. 'tall',
  589. 1,
  590. {'codeline-mode': 'below'}),
  591. ('source-assistant',
  592. 'tall',
  593. 1,
  594. {}),
  595. ('indent',
  596. 'tall',
  597. 2,
  598. {}),
  599. ('templating#02EFWRQK9X23',
  600. 'tall',
  601. 0,
  602. None)],
  603. 'primary_view_state': {'area': 'wide',
  604. 'constraint': None,
  605. 'current_pages': [1,
  606. 1],
  607. 'notebook_display': 'normal',
  608. 'notebook_percent': 0.46319999999999995,
  609. 'override_title': None,
  610. 'pagelist': [('debug-breakpoints',
  611. 'wide',
  612. 0,
  613. {'tree-state': []}),
  614. ('debug-io',
  615. 'wide',
  616. 0,
  617. {}),
  618. ('debug-exceptions',
  619. 'wide',
  620. 0,
  621. {}),
  622. ('interactive-search',
  623. 'wide',
  624. 0,
  625. {'fScope': {'fFileSetName': 'All Source Files',
  626. 'fLocation': None,
  627. 'fRecursive': True,
  628. 'fType': 'project-files'},
  629. 'fSearchSpec': {'fEndPos': None,
  630. 'fIncludeLinenos': True,
  631. 'fInterpretBackslashes': False,
  632. 'fMatchCase': False,
  633. 'fOmitBinary': True,
  634. 'fRegexFlags': 46,
  635. 'fReplaceText': '',
  636. 'fReverse': False,
  637. 'fSearchText': u'tiesraide',
  638. 'fStartPos': 0,
  639. 'fStyle': 'text',
  640. 'fWholeWords': False,
  641. 'fWrap': True},
  642. 'fUIOptions': {'fAutoBackground': True,
  643. 'fFilePrefix': 'short-file',
  644. 'fFindAfterReplace': True,
  645. 'fInSelection': False,
  646. 'fIncremental': True,
  647. 'fReplaceOnDisk': False,
  648. 'fShowFirstMatch': False,
  649. 'fShowLineno': True,
  650. 'fShowReplaceWidgets': False}}),
  651. ('batch-search',
  652. 'wide',
  653. 0,
  654. {'fScope': {'fFileSetName': 'All Source Files',
  655. 'fLocation': None,
  656. 'fRecursive': True,
  657. 'fType': 'current-file'},
  658. 'fSearchSpec': {'fEndPos': None,
  659. 'fIncludeLinenos': True,
  660. 'fInterpretBackslashes': False,
  661. 'fMatchCase': False,
  662. 'fOmitBinary': True,
  663. 'fRegexFlags': 46,
  664. 'fReplaceText': '',
  665. 'fReverse': False,
  666. 'fSearchText': u'(o',
  667. 'fStartPos': 0,
  668. 'fStyle': 'text',
  669. 'fWholeWords': False,
  670. 'fWrap': True},
  671. 'fUIOptions': {'fAutoBackground': True,
  672. 'fFilePrefix': 'short-file',
  673. 'fFindAfterReplace': True,
  674. 'fInSelection': False,
  675. 'fIncremental': True,
  676. 'fReplaceOnDisk': False,
  677. 'fShowFirstMatch': False,
  678. 'fShowLineno': True,
  679. 'fShowReplaceWidgets': False},
  680. 'replace-entry-expanded': False,
  681. 'search-entry-expanded': False}),
  682. ('debug-data',
  683. 'wide',
  684. 0,
  685. {}),
  686. ('testing',
  687. 'wide',
  688. 0,
  689. {'added-files': [],
  690. 'filter': u'',
  691. 'recent-filters': None,
  692. 'sort-order': 'alpha',
  693. 'tree-state': {'expanded-nodes': [],
  694. 'selected-nodes': [],
  695. 'top-node': (0,)}}),
  696. ('bookmarks',
  697. 'wide',
  698. 1,
  699. {}),
  700. ('debug-probe',
  701. 'wide',
  702. 2,
  703. {'active-range': (None,
  704. -1,
  705. -1),
  706. 'attrib-starts': [],
  707. 'first-line': 5950L,
  708. 'folded-linenos': [],
  709. 'history': {u'file:C:/Data/Programming/enigma2/PlayStream2/content/ContentSources.py': ['i'\
  710. 'tem[1]\n',
  711. 'js[1]\n',
  712. '"201" in js\n',
  713. 'el = [x for x in js if x["xprs_id"]== "201"\n[]]]]\n',
  714. '[x for x in js if x["xprs_id"]== "201"]\n',
  715. '[x for x in js if x["xprs_id"]== "202"]\n',
  716. '[x for x in js if x["xprs_id"]== "2022"]\n',
  717. 'el=[x for x in js if x["xprs_id"]== "202"]\n',
  718. 'el=[x for x in js if x["xprs_id"]== "201"]\n',
  719. 'el[0]\n',
  720. "el = [x[0] for x in js if x[\"xprs_id\"]== item['xprs_id']]\n",
  721. "[x for x in js if x[\"xprs_id\"]== item['xprs_id']]\n",
  722. "[x for x in js if x[\"xprs_id\"]== item['xprs_id']][0]\n",
  723. 'el["pic"]\n',
  724. "el = [x for x in js if x[\"xprs_id\"]== '2000'[0]\n[]]]\n",
  725. "el = [x for x in js if x[\"xprs_id\"]== '201'][0]\n",
  726. "el = [x for x in js if x[\"xprs_id\"]== '20122'][0]\n",
  727. "el = [x for x in js if x[\"xprs_id\"]== '20122']\n",
  728. "el = [x for x in js if x[\"xprs_id\"]== item['xprs_id']][0]\n",
  729. 'epg[0]\n',
  730. 'r = self.call2("program-snippet.json")\n',
  731. 'js["201"]\n',
  732. "epg = [x for x in js if x[\"xprs_id\"]== item['id']]\n",
  733. "epg = [x for x in js.keys() if x[\"xprs_id\"]== item['id']]\n",
  734. "epg = [x for x in js.keys() if x== item['id']]\n",
  735. 'js[item["id"]]\n',
  736. 'epg = js[]\n',
  737. 'epg = js[item["id"]]\n',
  738. 'r\n',
  739. 'js = json.loads(r)\n',
  740. 'item["id"]\n',
  741. 'js\n',
  742. 'js.keys()\n',
  743. 'item\n',
  744. 'epg\n',
  745. 'desc\n',
  746. 'img\n',
  747. 'print jpg\n',
  748. 'print img\n',
  749. " print \"https://manstv.lattelecom.tv/\"+ item['broadcast_default"\
  750. "_picture'] \n",
  751. 'r2["items"][0]\n',
  752. 'el = r2["items"][0]\n',
  753. 'el\n']},
  754. 'launch-id': None,
  755. 'sel-line': 5961L,
  756. 'sel-line-start': 309085L,
  757. 'selection_end': 309130L,
  758. 'selection_start': 309096L,
  759. 'zoom': 0L}),
  760. ('debug-watch',
  761. 'wide',
  762. 1,
  763. {'node-states': [('eval',
  764. 'rec'),
  765. ('eval',
  766. u'cur'),
  767. ('eval',
  768. u'el')],
  769. 'tree-state': {'expanded-nodes': [(0,),
  770. (1,)],
  771. 'selected-nodes': [(2,)],
  772. 'top-node': (0,)}}),
  773. ('messages',
  774. 'wide',
  775. 2,
  776. {'current-domain': 0}),
  777. ('debug-modules',
  778. 'wide',
  779. 1,
  780. {}),
  781. ('os-command',
  782. 'wide',
  783. 1,
  784. {'last-percent': 0.8,
  785. 'toolbox-percent': 1.0,
  786. 'toolbox-tree-sel': ''}),
  787. ('python-shell',
  788. 'wide',
  789. 2,
  790. {'active-range': (None,
  791. -1,
  792. -1),
  793. 'attrib-starts': [],
  794. 'first-line': 0L,
  795. 'folded-linenos': [],
  796. 'history': {},
  797. 'launch-id': None,
  798. 'sel-line': 2L,
  799. 'sel-line-start': 146L,
  800. 'selection_end': 146L,
  801. 'selection_start': 146L,
  802. 'zoom': 0L})],
  803. 'primary_view_state': {'editor_states': ('horizontal',
  804. 1.0,
  805. ({'bookmarks': ([[loc('sources/ltc.py'),
  806. {'attrib-starts': [('Source',
  807. 27),
  808. ('Source.get_streams',
  809. 402)],
  810. 'first-line': 415L,
  811. 'folded-linenos': [],
  812. 'sel-line': 425L,
  813. 'sel-line-start': 23839L,
  814. 'selection_end': 23868L,
  815. 'selection_start': 23864L,
  816. 'zoom': 0L},
  817. 1506024353.75],
  818. [loc('sources/ltc.py'),
  819. {'attrib-starts': [('Source',
  820. 27),
  821. ('Source.get_streams',
  822. 402)],
  823. 'first-line': 432L,
  824. 'folded-linenos': [],
  825. 'sel-line': 427L,
  826. 'sel-line-start': 23930L,
  827. 'selection_end': 23962L,
  828. 'selection_start': 23961L,
  829. 'zoom': 0L},
  830. 1506024509.656],
  831. [loc('sources/ltc.py'),
  832. {'attrib-starts': [('Source',
  833. 27),
  834. ('Source.__init__',
  835. 29)],
  836. 'first-line': 67L,
  837. 'folded-linenos': [],
  838. 'sel-line': 74L,
  839. 'sel-line-start': 2804L,
  840. 'selection_end': 2804L,
  841. 'selection_start': 2804L,
  842. 'zoom': 0L},
  843. 1506024514.704],
  844. [loc('sources/ltc.py'),
  845. {'attrib-starts': [('Source',
  846. 27),
  847. ('Source.get_content',
  848. 75)],
  849. 'first-line': 76L,
  850. 'folded-linenos': [],
  851. 'sel-line': 86L,
  852. 'sel-line-start': 3275L,
  853. 'selection_end': 3323L,
  854. 'selection_start': 3314L,
  855. 'zoom': 0L},
  856. 1506024515.964],
  857. [loc('sources/ltc.py'),
  858. {'attrib-starts': [('Source',
  859. 27),
  860. ('Source.get_content',
  861. 75)],
  862. 'first-line': 117L,
  863. 'folded-linenos': [],
  864. 'sel-line': 128L,
  865. 'sel-line-start': 5144L,
  866. 'selection_end': 5199L,
  867. 'selection_start': 5196L,
  868. 'zoom': 0L},
  869. 1506024571.864],
  870. [loc('ContentSources.py'),
  871. {'attrib-starts': [],
  872. 'first-line': 0L,
  873. 'folded-linenos': [],
  874. 'sel-line': 0L,
  875. 'sel-line-start': 0L,
  876. 'selection_end': 21L,
  877. 'selection_start': 21L,
  878. 'zoom': 0L},
  879. 1506024583.37],
  880. [loc('sources/ltc.py'),
  881. {'attrib-starts': [('Source',
  882. 27),
  883. ('Source.get_content',
  884. 75)],
  885. 'first-line': 118L,
  886. 'folded-linenos': [],
  887. 'sel-line': 128L,
  888. 'sel-line-start': 5153L,
  889. 'selection_end': 5153L,
  890. 'selection_start': 5153L,
  891. 'zoom': 0L},
  892. 1506027543.045],
  893. [loc('ContentSources.py'),
  894. {'attrib-starts': [],
  895. 'first-line': 0L,
  896. 'folded-linenos': [],
  897. 'sel-line': 0L,
  898. 'sel-line-start': 0L,
  899. 'selection_end': 21L,
  900. 'selection_start': 21L,
  901. 'zoom': 0L},
  902. 1506027556.12],
  903. [loc('sources/ltc.py'),
  904. {'attrib-starts': [('Source',
  905. 27),
  906. ('Source.get_content',
  907. 75)],
  908. 'first-line': 118L,
  909. 'folded-linenos': [],
  910. 'sel-line': 132L,
  911. 'sel-line-start': 5248L,
  912. 'selection_end': 5288L,
  913. 'selection_start': 5268L,
  914. 'zoom': 0L},
  915. 1506028896.911],
  916. [loc('ContentSources.py'),
  917. {'attrib-starts': [],
  918. 'first-line': 0L,
  919. 'folded-linenos': [],
  920. 'sel-line': 0L,
  921. 'sel-line-start': 0L,
  922. 'selection_end': 21L,
  923. 'selection_start': 21L,
  924. 'zoom': 0L},
  925. 1506028909.415],
  926. [loc('sources/ltc.py'),
  927. {'attrib-starts': [('Source',
  928. 27),
  929. ('Source.get_content',
  930. 75)],
  931. 'first-line': 118L,
  932. 'folded-linenos': [],
  933. 'sel-line': 125L,
  934. 'sel-line-start': 4957L,
  935. 'selection_end': 4975L,
  936. 'selection_start': 4975L,
  937. 'zoom': 0L},
  938. 1506028931.351],
  939. [loc('ContentSources.py'),
  940. {'attrib-starts': [],
  941. 'first-line': 0L,
  942. 'folded-linenos': [],
  943. 'sel-line': 0L,
  944. 'sel-line-start': 0L,
  945. 'selection_end': 21L,
  946. 'selection_start': 21L,
  947. 'zoom': 0L},
  948. 1506028972.949],
  949. [loc('sources/ltc.py'),
  950. {'attrib-starts': [('Source',
  951. 27),
  952. ('Source.get_content',
  953. 75)],
  954. 'first-line': 118L,
  955. 'folded-linenos': [],
  956. 'sel-line': 125L,
  957. 'sel-line-start': 4957L,
  958. 'selection_end': 4975L,
  959. 'selection_start': 4975L,
  960. 'zoom': 0L},
  961. 1506029136.774],
  962. [loc('ContentSources.py'),
  963. {'attrib-starts': [],
  964. 'first-line': 0L,
  965. 'folded-linenos': [],
  966. 'sel-line': 0L,
  967. 'sel-line-start': 0L,
  968. 'selection_end': 21L,
  969. 'selection_start': 21L,
  970. 'zoom': 0L},
  971. 1506029146.96],
  972. [loc('sources/ltc.py'),
  973. {'attrib-starts': [('Source',
  974. 27),
  975. ('Source.get_content',
  976. 75)],
  977. 'first-line': 124L,
  978. 'folded-linenos': [],
  979. 'sel-line': 132L,
  980. 'sel-line-start': 5255L,
  981. 'selection_end': 5297L,
  982. 'selection_start': 5297L,
  983. 'zoom': 0L},
  984. 1506029324.037],
  985. [loc('ContentSources.py'),
  986. {'attrib-starts': [],
  987. 'first-line': 0L,
  988. 'folded-linenos': [],
  989. 'sel-line': 0L,
  990. 'sel-line-start': 0L,
  991. 'selection_end': 21L,
  992. 'selection_start': 21L,
  993. 'zoom': 0L},
  994. 1506029335.005],
  995. [loc('sources/ltc.py'),
  996. {'attrib-starts': [('Source',
  997. 27),
  998. ('Source.get_content',
  999. 75)],
  1000. 'first-line': 130L,
  1001. 'folded-linenos': [],
  1002. 'sel-line': 134L,
  1003. 'sel-line-start': 5394L,
  1004. 'selection_end': 5415L,
  1005. 'selection_start': 5415L,
  1006. 'zoom': 0L},
  1007. 1506029690.274],
  1008. [loc('ContentSources.py'),
  1009. {'attrib-starts': [],
  1010. 'first-line': 0L,
  1011. 'folded-linenos': [],
  1012. 'sel-line': 0L,
  1013. 'sel-line-start': 0L,
  1014. 'selection_end': 21L,
  1015. 'selection_start': 21L,
  1016. 'zoom': 0L},
  1017. 1506029699.761],
  1018. [loc('sources/ltc.py'),
  1019. {'attrib-starts': [('Source',
  1020. 27),
  1021. ('Source.get_content',
  1022. 75)],
  1023. 'first-line': 71L,
  1024. 'folded-linenos': [],
  1025. 'sel-line': 76L,
  1026. 'sel-line-start': 2840L,
  1027. 'selection_end': 2840L,
  1028. 'selection_start': 2840L,
  1029. 'zoom': 0L},
  1030. 1506030175.983],
  1031. [loc('sources/ltc.py'),
  1032. {'attrib-starts': [('Source',
  1033. 27),
  1034. ('Source.get_streams',
  1035. 408)],
  1036. 'first-line': 451L,
  1037. 'folded-linenos': [],
  1038. 'sel-line': 463L,
  1039. 'sel-line-start': 25831L,
  1040. 'selection_end': 25866L,
  1041. 'selection_start': 25866L,
  1042. 'zoom': 0L},
  1043. 1506031049.901]],
  1044. 20),
  1045. 'current-loc': loc('ContentSources.py'),
  1046. 'editor-state-list': [(loc('ContentSources.py'),
  1047. {'attrib-starts': [],
  1048. 'first-line': 0L,
  1049. 'folded-linenos': [],
  1050. 'sel-line': 0L,
  1051. 'sel-line-start': 0L,
  1052. 'selection_end': 21L,
  1053. 'selection_start': 21L,
  1054. 'zoom': 0L}),
  1055. (loc('sources/lmt.py'),
  1056. {'attrib-starts': [('Source',
  1057. 32),
  1058. ('Source.get_content',
  1059. 52)],
  1060. 'first-line': 49L,
  1061. 'folded-linenos': [],
  1062. 'sel-line': 61L,
  1063. 'sel-line-start': 2043L,
  1064. 'selection_end': 2043L,
  1065. 'selection_start': 2043L,
  1066. 'zoom': 0L}),
  1067. (loc('sources/ltc.py'),
  1068. {'attrib-starts': [('Source',
  1069. 27),
  1070. ('Source.get_streams',
  1071. 408)],
  1072. 'first-line': 451L,
  1073. 'folded-linenos': [],
  1074. 'sel-line': 463L,
  1075. 'sel-line-start': 25831L,
  1076. 'selection_end': 25866L,
  1077. 'selection_start': 25866L,
  1078. 'zoom': 0L}),
  1079. (loc('sources/iplayer.py'),
  1080. {'attrib-starts': [],
  1081. 'first-line': 20L,
  1082. 'folded-linenos': [],
  1083. 'sel-line': 23L,
  1084. 'sel-line-start': 768L,
  1085. 'selection_end': 768L,
  1086. 'selection_start': 768L,
  1087. 'zoom': 0L})],
  1088. 'has-focus': True,
  1089. 'locked': False},
  1090. [loc('ContentSources.py'),
  1091. loc('sources/lmt.py'),
  1092. loc('sources/ltc.py'),
  1093. loc('sources/iplayer.py')]),
  1094. ({'bookmarks': ([(loc('iubx.py'),
  1095. {'attrib-starts': [('main',
  1096. 42)],
  1097. 'first-line': 108,
  1098. 'folded-linenos': [],
  1099. 'sel-line': 135,
  1100. 'sel-line-start': 6123,
  1101. 'selection_end': 6123,
  1102. 'selection_start': 6123},
  1103. 1370449380.505),
  1104. (loc('iubx.py'),
  1105. {'attrib-starts': [('main',
  1106. 42)],
  1107. 'first-line': 108,
  1108. 'folded-linenos': [],
  1109. 'sel-line': 135,
  1110. 'sel-line-start': 6123,
  1111. 'selection_end': 6123,
  1112. 'selection_start': 6123},
  1113. 1370449384.062),
  1114. [loc('iubx2.py'),
  1115. {'attrib-starts': [('main',
  1116. 42)],
  1117. 'first-line': 111,
  1118. 'folded-linenos': [],
  1119. 'sel-line': 158,
  1120. 'sel-line-start': 7392,
  1121. 'selection_end': 7392,
  1122. 'selection_start': 7392},
  1123. 1455788262.586],
  1124. [loc('iubx2.py'),
  1125. {'attrib-starts': [('main',
  1126. 42)],
  1127. 'first-line': 104,
  1128. 'folded-linenos': [],
  1129. 'sel-line': 141,
  1130. 'sel-line-start': 5871,
  1131. 'selection_end': 5871,
  1132. 'selection_start': 5871},
  1133. 1456308657.576],
  1134. [loc('../audits/test1.py'),
  1135. {'attrib-starts': [],
  1136. 'first-line': 0,
  1137. 'folded-linenos': [],
  1138. 'sel-line': 0,
  1139. 'sel-line-start': 0,
  1140. 'selection_end': 0,
  1141. 'selection_start': 0},
  1142. 1457449493.859],
  1143. [loc('iub_db2.py'),
  1144. {'attrib-starts': [('main',
  1145. -1)],
  1146. 'first-line': 109,
  1147. 'folded-linenos': [],
  1148. 'sel-line': 146,
  1149. 'sel-line-start': 6796,
  1150. 'selection_end': 6797,
  1151. 'selection_start': 6797},
  1152. 1459750791.479],
  1153. [loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
  1154. {'attrib-starts': [],
  1155. 'first-line': 0,
  1156. 'folded-linenos': [],
  1157. 'sel-line': 0,
  1158. 'sel-line-start': 0,
  1159. 'selection_end': 0,
  1160. 'selection_start': 0},
  1161. 1459757438.323],
  1162. [loc('iub_email.py'),
  1163. {'attrib-starts': [('main',
  1164. -1)],
  1165. 'first-line': 0,
  1166. 'folded-linenos': [],
  1167. 'sel-line': 104,
  1168. 'sel-line-start': 4084,
  1169. 'selection_end': 4084,
  1170. 'selection_start': 4084},
  1171. 1459798097.611],
  1172. [loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
  1173. {'attrib-starts': [],
  1174. 'first-line': 0,
  1175. 'folded-linenos': [],
  1176. 'sel-line': 0,
  1177. 'sel-line-start': 0,
  1178. 'selection_end': 0,
  1179. 'selection_start': 0},
  1180. 1460048392.844],
  1181. [loc('utils.py'),
  1182. {'attrib-starts': [],
  1183. 'first-line': 0,
  1184. 'folded-linenos': [],
  1185. 'sel-line': 0,
  1186. 'sel-line-start': 0,
  1187. 'selection_end': 0,
  1188. 'selection_start': 0},
  1189. 1462256767.769],
  1190. [loc('untitled-2.py'),
  1191. {'attrib-starts': [],
  1192. 'first-line': 0,
  1193. 'folded-linenos': [],
  1194. 'sel-line': 0,
  1195. 'sel-line-start': 0,
  1196. 'selection_end': 0,
  1197. 'selection_start': 0},
  1198. 1462256769.932],
  1199. [loc('test2.py'),
  1200. {'attrib-starts': [],
  1201. 'first-line': 0,
  1202. 'folded-linenos': [],
  1203. 'sel-line': 0,
  1204. 'sel-line-start': 0,
  1205. 'selection_end': 0,
  1206. 'selection_start': 0},
  1207. 1462256771.174],
  1208. [loc('test1.py'),
  1209. {'attrib-starts': [],
  1210. 'first-line': 0,
  1211. 'folded-linenos': [],
  1212. 'sel-line': 0,
  1213. 'sel-line-start': 0,
  1214. 'selection_end': 0,
  1215. 'selection_start': 0},
  1216. 1462256772.38],
  1217. [loc('sources/iub.py'),
  1218. {'attrib-starts': [],
  1219. 'first-line': 0,
  1220. 'folded-linenos': [],
  1221. 'sel-line': 0,
  1222. 'sel-line-start': 0,
  1223. 'selection_end': 0,
  1224. 'selection_start': 0},
  1225. 1462256777.34],
  1226. [loc('iub_email.py'),
  1227. {'attrib-starts': [],
  1228. 'first-line': 0,
  1229. 'folded-linenos': [],
  1230. 'sel-line': 0,
  1231. 'sel-line-start': 0,
  1232. 'selection_end': 0,
  1233. 'selection_start': 0},
  1234. 1462256778.451],
  1235. [loc('iub_db2.py'),
  1236. {'attrib-starts': [],
  1237. 'first-line': 0,
  1238. 'folded-linenos': [],
  1239. 'sel-line': 0,
  1240. 'sel-line-start': 0,
  1241. 'selection_end': 0,
  1242. 'selection_start': 0},
  1243. 1462256779.578],
  1244. [loc('iepirkumi/rss/rss.cgi'),
  1245. {'attrib-starts': [],
  1246. 'first-line': 0,
  1247. 'folded-linenos': [],
  1248. 'sel-line': 0,
  1249. 'sel-line-start': 0,
  1250. 'selection_end': 0,
  1251. 'selection_start': 0},
  1252. 1462256780.838],
  1253. [loc('iepirkumi/rss/feeds.py'),
  1254. {'attrib-starts': [],
  1255. 'first-line': 0,
  1256. 'folded-linenos': [],
  1257. 'sel-line': 0,
  1258. 'sel-line-start': 0,
  1259. 'selection_end': 0,
  1260. 'selection_start': 0},
  1261. 1462256782.091],
  1262. [loc('iepirkumi/rss/database3.py'),
  1263. {'attrib-starts': [],
  1264. 'first-line': 0,
  1265. 'folded-linenos': [],
  1266. 'sel-line': 0,
  1267. 'sel-line-start': 0,
  1268. 'selection_end': 0,
  1269. 'selection_start': 0},
  1270. 1462256785.892],
  1271. [loc('database.py'),
  1272. {'attrib-starts': [],
  1273. 'first-line': 0,
  1274. 'folded-linenos': [],
  1275. 'sel-line': 0,
  1276. 'sel-line-start': 0,
  1277. 'selection_end': 0,
  1278. 'selection_start': 0},
  1279. 1462256788.361]],
  1280. 20),
  1281. 'current-loc': loc('ContentSources.py'),
  1282. 'editor-state-list': [(loc('ContentSources.py'),
  1283. {'attrib-starts': [],
  1284. 'first-line': 0L,
  1285. 'folded-linenos': [],
  1286. 'sel-line': 0L,
  1287. 'sel-line-start': 0L,
  1288. 'selection_end': 0L,
  1289. 'selection_start': 0L,
  1290. 'zoom': 0L}),
  1291. (loc('sources/iplayer.py'),
  1292. {'attrib-starts': [('Source',
  1293. 27),
  1294. ('Source.get_content',
  1295. 68)],
  1296. 'first-line': 170L,
  1297. 'folded-linenos': [],
  1298. 'sel-line': 188L,
  1299. 'sel-line-start': 9470L,
  1300. 'selection_end': 9500L,
  1301. 'selection_start': 9492L,
  1302. 'zoom': 0L}),
  1303. (loc('sources/lmt.py'),
  1304. {'attrib-starts': [('Source',
  1305. 32),
  1306. ('Source.get_content',
  1307. 52)],
  1308. 'first-line': 49L,
  1309. 'folded-linenos': [],
  1310. 'sel-line': 60L,
  1311. 'sel-line-start': 1979L,
  1312. 'selection_end': 2014L,
  1313. 'selection_start': 2014L,
  1314. 'zoom': 0L}),
  1315. (loc('sources/ltc.py'),
  1316. {'attrib-starts': [('Source',
  1317. 27),
  1318. ('Source.__init__',
  1319. 29)],
  1320. 'first-line': 20L,
  1321. 'folded-linenos': [],
  1322. 'sel-line': 32L,
  1323. 'sel-line-start': 1211L,
  1324. 'selection_end': 1227L,
  1325. 'selection_start': 1219L,
  1326. 'zoom': 0L})],
  1327. 'has-focus': False,
  1328. 'locked': False},
  1329. [loc('ContentSources.py'),
  1330. loc('sources/iplayer.py'),
  1331. loc('sources/lmt.py'),
  1332. loc('sources/ltc.py')])),
  1333. 'open_files': [u'sources/iplayer.py',
  1334. u'sources/lmt.py',
  1335. u'sources/ltc.py',
  1336. u'ContentSources.py']},
  1337. 'saved_notebook_display': None,
  1338. 'split_percents': {0: 0.4916631038905515},
  1339. 'splits': 2,
  1340. 'tab_location': 'top',
  1341. 'user_data': {}},
  1342. 'saved_notebook_display': None,
  1343. 'split_percents': {0: 0.5},
  1344. 'splits': 2,
  1345. 'tab_location': 'left',
  1346. 'user_data': {}},
  1347. 'window-alloc': (65,
  1348. 0,
  1349. 1541,
  1350. 877)}]}
  1351. guimgr.recent-documents = [loc('ContentSources.py'),
  1352. loc('sources/ltc.py'),
  1353. loc('sources/iplayer.py'),
  1354. loc('sources/lmt.py')]
  1355. guimgr.visual-state = {loc('../../../Python25/Lib/BeautifulSoup.py'): {'attr'\
  1356. 'ib-starts': [('NavigableString',
  1357. 354),
  1358. ('NavigableString.__getattr__',
  1359. 356)],
  1360. 'first-line': 337,
  1361. 'sel-line': 363,
  1362. 'sel-line-start': 13868,
  1363. 'selection_end': 13868,
  1364. 'selection_start': 13868},
  1365. loc('../../../Python25/Lib/HTMLParser.py'): {'attrib-'\
  1366. 'starts': [('HTMLParser',
  1367. 66),
  1368. ('HTMLParser.check_for_whole_start_tag',
  1369. 274)],
  1370. 'first-line': 284,
  1371. 'folded-linenos': [],
  1372. 'sel-line': 301,
  1373. 'sel-line-start': 10981,
  1374. 'selection_end': 11013,
  1375. 'selection_start': 11013},
  1376. loc('../../../Python25/Lib/VideoCapture.py'): {'attri'\
  1377. 'b-starts': [],
  1378. 'first-line': 0,
  1379. 'folded-linenos': [],
  1380. 'sel-line': 7,
  1381. 'sel-line-start': 85,
  1382. 'selection_end': 128,
  1383. 'selection_start': 85},
  1384. loc('../../../Python25/Lib/encodings/cp1257.py'): {'a'\
  1385. 'ttrib-starts': [('Codec',
  1386. 8),
  1387. ('Codec.encode',
  1388. 10)],
  1389. 'first-line': 0,
  1390. 'folded-linenos': [],
  1391. 'sel-line': 10,
  1392. 'sel-line-start': 197,
  1393. 'selection_end': 197,
  1394. 'selection_start': 197},
  1395. loc('../../../Python25/Lib/re.py'): {'attrib-starts': [],
  1396. 'first-line': 0,
  1397. 'folded-linenos': [],
  1398. 'sel-line': 0,
  1399. 'sel-line-start': 0,
  1400. 'selection_end': 0,
  1401. 'selection_start': 0},
  1402. loc('../../../Python25/Lib/site-packages/BeautifulSoup.py'): {'a'\
  1403. 'ttrib-starts': [('SoupStrainer',
  1404. 817),
  1405. ('SoupStrainer._matches',
  1406. 904)],
  1407. 'first-line': 907,
  1408. 'folded-linenos': [],
  1409. 'sel-line': 928,
  1410. 'sel-line-start': 35455,
  1411. 'selection_end': 35455,
  1412. 'selection_start': 35455},
  1413. loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'a'\
  1414. 'ttrib-starts': [],
  1415. 'first-line': 26,
  1416. 'folded-linenos': [],
  1417. 'sel-line': 44,
  1418. 'sel-line-start': 1253,
  1419. 'selection_end': 1253,
  1420. 'selection_start': 1253},
  1421. loc('../../../Python25/Lib/site-packages/PIL/__init__.py'): {'a'\
  1422. 'ttrib-starts': [],
  1423. 'first-line': 0,
  1424. 'folded-linenos': [],
  1425. 'sel-line': 0,
  1426. 'sel-line-start': 0,
  1427. 'selection_end': 0,
  1428. 'selection_start': 0},
  1429. loc('../../../Python25/Lib/site-packages/argparse.py'): {'a'\
  1430. 'ttrib-starts': [('_ActionsContainer',
  1431. 926),
  1432. ('_ActionsContainer._handle_conflict_error',
  1433. 1132)],
  1434. 'first-line': 1106,
  1435. 'folded-linenos': [],
  1436. 'sel-line': 1137,
  1437. 'sel-line-start': 41374,
  1438. 'selection_end': 41374,
  1439. 'selection_start': 41374},
  1440. loc('../../../Python25/Lib/site-packages/win32com/client/__init__.py'): {'a'\
  1441. 'ttrib-starts': [('DispatchBaseClass',
  1442. 410),
  1443. ('DispatchBaseClass._ApplyTypes_',
  1444. 443)],
  1445. 'first-line': 425,
  1446. 'folded-linenos': [],
  1447. 'sel-line': 447,
  1448. 'sel-line-start': 19318,
  1449. 'selection_end': 19318,
  1450. 'selection_start': 19318},
  1451. loc('../../../Python25/Lib/site-packages/win32com/client/dynamic.py'): {'a'\
  1452. 'ttrib-starts': [('CDispatch',
  1453. 151),
  1454. ('CDispatch.__getattr__',
  1455. 421)],
  1456. 'first-line': 489,
  1457. 'folded-linenos': [],
  1458. 'sel-line': 494,
  1459. 'sel-line-start': 19030,
  1460. 'selection_end': 19030,
  1461. 'selection_start': 19030},
  1462. loc('../../../Python25/Lib/site-packages/win32com/gen_py/00020813-0000-0000-C000-000000000046x0x1x6.py'): {'a'\
  1463. 'ttrib-starts': [('Range',
  1464. 26378),
  1465. ('Range.__call__',
  1466. 27016)],
  1467. 'first-line': 26996,
  1468. 'folded-linenos': [],
  1469. 'sel-line': 27018,
  1470. 'sel-line-start': 1285165,
  1471. 'selection_end': 1285165,
  1472. 'selection_start': 1285165},
  1473. loc('../../../Python25/Lib/socket.py'): {'attrib-star'\
  1474. 'ts': [('_fileobject',
  1475. 195),
  1476. ('_fileobject.readline',
  1477. 320)],
  1478. 'first-line': 301,
  1479. 'sel-line': 330,
  1480. 'sel-line-start': 10707,
  1481. 'selection_end': 10707,
  1482. 'selection_start': 10707},
  1483. loc('../../../Python25/Lib/sre_parse.py'): {'attrib-s'\
  1484. 'tarts': [('_parse',
  1485. 384)],
  1486. 'first-line': 375,
  1487. 'folded-linenos': [],
  1488. 'sel-line': 406,
  1489. 'sel-line-start': 12403,
  1490. 'selection_end': 12403,
  1491. 'selection_start': 12403},
  1492. loc('config.py'): {'attrib-starts': [],
  1493. 'first-line': 0,
  1494. 'folded-linenos': [],
  1495. 'sel-line': 38,
  1496. 'sel-line-start': 1110,
  1497. 'selection_end': 1110,
  1498. 'selection_start': 1110},
  1499. loc('iub.py'): {'attrib-starts': [('get_table',
  1500. 51)],
  1501. 'first-line': 0,
  1502. 'folded-linenos': [],
  1503. 'sel-line': 101,
  1504. 'sel-line-start': 3652,
  1505. 'selection_end': 3685,
  1506. 'selection_start': 3669},
  1507. loc('iubx.py'): {'attrib-starts': [('parse_arguments',
  1508. 25)],
  1509. 'first-line': 0,
  1510. 'folded-linenos': [],
  1511. 'sel-line': 32,
  1512. 'sel-line-start': 1289,
  1513. 'selection_end': 1335,
  1514. 'selection_start': 1335},
  1515. loc('iubx0.py'): {'attrib-starts': [('main',
  1516. 40)],
  1517. 'first-line': 349,
  1518. 'folded-linenos': [],
  1519. 'sel-line': 84,
  1520. 'sel-line-start': 3404,
  1521. 'selection_end': 3450,
  1522. 'selection_start': 3449},
  1523. loc('sources/cinemalive.py'): {'attrib-starts': [('So'\
  1524. 'urce',
  1525. 30),
  1526. ('Source.__init__',
  1527. 32)],
  1528. 'first-line': 24L,
  1529. 'folded-linenos': [],
  1530. 'sel-line': 36L,
  1531. 'sel-line-start': 1129L,
  1532. 'selection_end': 1163L,
  1533. 'selection_start': 1163L,
  1534. 'zoom': 0L},
  1535. loc('sources/euronews.py'): {'attrib-starts': [('Sour'\
  1536. 'ce',
  1537. 26),
  1538. ('Source.__init__',
  1539. 28)],
  1540. 'first-line': 19L,
  1541. 'folded-linenos': [],
  1542. 'sel-line': 31L,
  1543. 'sel-line-start': 919L,
  1544. 'selection_end': 951L,
  1545. 'selection_start': 951L,
  1546. 'zoom': 0L},
  1547. loc('sources/filmas.py'): {'attrib-starts': [('Source',
  1548. 36),
  1549. ('Source.get_content',
  1550. 59)],
  1551. 'first-line': 70L,
  1552. 'folded-linenos': [],
  1553. 'sel-line': 88L,
  1554. 'sel-line-start': 3847L,
  1555. 'selection_end': 3921L,
  1556. 'selection_start': 3917L,
  1557. 'zoom': 0L},
  1558. loc('sources/filmix.py'): {'attrib-starts': [('Source',
  1559. 31),
  1560. ('Source.get_streams',
  1561. 218)],
  1562. 'first-line': 211L,
  1563. 'folded-linenos': [],
  1564. 'sel-line': 229L,
  1565. 'sel-line-start': 10228L,
  1566. 'selection_end': 10271L,
  1567. 'selection_start': 10263L,
  1568. 'zoom': 0L},
  1569. loc('sources/filmon.py'): {'attrib-starts': [('Source',
  1570. 32),
  1571. ('Source.__init__',
  1572. 34)],
  1573. 'first-line': 26L,
  1574. 'folded-linenos': [],
  1575. 'sel-line': 38L,
  1576. 'sel-line-start': 1351L,
  1577. 'selection_end': 1381L,
  1578. 'selection_start': 1381L,
  1579. 'zoom': 0L},
  1580. loc('sources/iplayer.py'): {'attrib-starts': [('Sourc'\
  1581. 'e',
  1582. 27),
  1583. ('Source.get_content',
  1584. 68)],
  1585. 'first-line': 170L,
  1586. 'folded-linenos': [],
  1587. 'sel-line': 188L,
  1588. 'sel-line-start': 9470L,
  1589. 'selection_end': 9500L,
  1590. 'selection_start': 9492L,
  1591. 'zoom': 0L},
  1592. loc('sources/lmt.py'): {'attrib-starts': [('Source',
  1593. 32),
  1594. ('Source.get_content',
  1595. 52)],
  1596. 'first-line': 49L,
  1597. 'folded-linenos': [],
  1598. 'sel-line': 60L,
  1599. 'sel-line-start': 1979L,
  1600. 'selection_end': 2014L,
  1601. 'selection_start': 2014L,
  1602. 'zoom': 0L},
  1603. loc('sources/ltc.py'): {'attrib-starts': [('Source',
  1604. 27),
  1605. ('Source.__init__',
  1606. 29)],
  1607. 'first-line': 20L,
  1608. 'folded-linenos': [],
  1609. 'sel-line': 32L,
  1610. 'sel-line-start': 1211L,
  1611. 'selection_end': 1227L,
  1612. 'selection_start': 1219L,
  1613. 'zoom': 0L},
  1614. loc('sources/movieplace.py'): {'attrib-starts': [('So'\
  1615. 'urce',
  1616. 32),
  1617. ('Source.__init__',
  1618. 34)],
  1619. 'first-line': 26L,
  1620. 'folded-linenos': [],
  1621. 'sel-line': 38L,
  1622. 'sel-line-start': 1089L,
  1623. 'selection_end': 1119L,
  1624. 'selection_start': 1119L,
  1625. 'zoom': 0L},
  1626. loc('sources/mtgplay.py'): {'attrib-starts': [('Sourc'\
  1627. 'e',
  1628. 40),
  1629. ('Source.__init__',
  1630. 42)],
  1631. 'first-line': 33L,
  1632. 'folded-linenos': [],
  1633. 'sel-line': 45L,
  1634. 'sel-line-start': 1314L,
  1635. 'selection_end': 1330L,
  1636. 'selection_start': 1322L,
  1637. 'zoom': 0L},
  1638. loc('sources/play24.py'): {'attrib-starts': [('Source',
  1639. 28),
  1640. ('Source.__init__',
  1641. 30)],
  1642. 'first-line': 21L,
  1643. 'folded-linenos': [],
  1644. 'sel-line': 33L,
  1645. 'sel-line-start': 1074L,
  1646. 'selection_end': 1090L,
  1647. 'selection_start': 1082L,
  1648. 'zoom': 0L},
  1649. loc('sources/replay.py'): {'attrib-starts': [('Source',
  1650. 30),
  1651. ('Source.__init__',
  1652. 32)],
  1653. 'first-line': 23L,
  1654. 'folded-linenos': [],
  1655. 'sel-line': 35L,
  1656. 'sel-line-start': 1141L,
  1657. 'selection_end': 1157L,
  1658. 'selection_start': 1149L,
  1659. 'zoom': 0L},
  1660. loc('sources/tvdom.py'): {'attrib-starts': [('Source',
  1661. 32),
  1662. ('Source.get_content',
  1663. 84)],
  1664. 'first-line': 79L,
  1665. 'folded-linenos': [],
  1666. 'sel-line': 98L,
  1667. 'sel-line-start': 3959L,
  1668. 'selection_end': 3984L,
  1669. 'selection_start': 3984L,
  1670. 'zoom': 0L},
  1671. loc('sources/ustvnow.py'): {'attrib-starts': [('Sourc'\
  1672. 'e',
  1673. 32),
  1674. ('Source.__init__',
  1675. 34)],
  1676. 'first-line': 26L,
  1677. 'folded-linenos': [],
  1678. 'sel-line': 38L,
  1679. 'sel-line-start': 1260L,
  1680. 'selection_end': 1287L,
  1681. 'selection_start': 1287L,
  1682. 'zoom': 0L},
  1683. loc('sources/viaplay.py'): {'attrib-starts': [('Sourc'\
  1684. 'e',
  1685. 36),
  1686. ('Source.__init__',
  1687. 38)],
  1688. 'first-line': 37L,
  1689. 'folded-linenos': [],
  1690. 'sel-line': 42L,
  1691. 'sel-line-start': 1308L,
  1692. 'selection_end': 1324L,
  1693. 'selection_start': 1316L,
  1694. 'zoom': 0L},
  1695. loc('../untitled-1.py'): {'attrib-starts': [],
  1696. 'first-line': 0,
  1697. 'folded-linenos': [],
  1698. 'sel-line': 0,
  1699. 'sel-line-start': 0,
  1700. 'selection_end': 1,
  1701. 'selection_start': 1},
  1702. loc('x-wingide-zip://C:/Python25/Lib/site-packages/argparse-1.1-py2.5.egg//argparse.py'): {'a'\
  1703. 'ttrib-starts': [('_ActionsContainer',
  1704. 1187),
  1705. ('_ActionsContainer.add_argument',
  1706. 1270)],
  1707. 'first-line': 1271,
  1708. 'folded-linenos': [],
  1709. 'sel-line': 1283,
  1710. 'sel-line-start': 45405,
  1711. 'selection_end': 45405,
  1712. 'selection_start': 45405},
  1713. loc('x-wingide-zip://C:/Python25/Lib/site-packages/beautifulsoup-3.1.0.1-py2.5.egg//BeautifulSoup.py'): {'a'\
  1714. 'ttrib-starts': [('BeautifulSoup',
  1715. 1446),
  1716. ('BeautifulSoup.__init__',
  1717. 1494)],
  1718. 'first-line': 1481,
  1719. 'folded-linenos': [],
  1720. 'sel-line': 1498,
  1721. 'sel-line-start': 57438,
  1722. 'selection_end': 57438,
  1723. 'selection_start': 57438}}
  1724. proj.build-cmd = {None: ('default',
  1725. None)}
  1726. proj.env-vars = {None: ('default',
  1727. [u''])}
  1728. search.search-history = [u'(o',
  1729. u'tiesraide',
  1730. u'content',
  1731. u'content/live-streams',
  1732. u'api_url',
  1733. u'get_channels',
  1734. u'viss/se',
  1735. u'self.img',
  1736. u'next',
  1737. u'bas_',
  1738. u'base',
  1739. u'get_date1',
  1740. u'laiks',
  1741. u'format',
  1742. u'execute',
  1743. u'qmark',
  1744. u'to',
  1745. u'soup',
  1746. u'sender',
  1747. u'options']
  1748. testing.stored-results = (1,
  1749. [],
  1750. {})