~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to server/scrapers_dqsv.py

  • Committer: Facundo Batista
  • Date: 2014-08-01 23:39:04 UTC
  • mto: This revision was merged to the branch mainline in revision 221.
  • Revision ID: facundo@taniquetil.com.ar-20140801233904-j5b0zh9ewgd9x4mx
Added more tests for the swf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from yaswfp import swfparser
22
22
 
 
23
 
23
24
class _ConstantPoolExtractor(object):
24
25
    """Get items from the constant pool."""
25
26
    def __init__(self, items):