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

project.wpr 69KB

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