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

project.wpr 69KB

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