diff options
author | emkael <emkael@tlen.pl> | 2019-07-18 02:49:53 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-07-18 02:50:55 +0200 |
commit | 196c5b1ea6a7370ed6fb3f3e4b405a9d0dcee551 (patch) | |
tree | 18e6f2cd7fb688ec1c28d8cb3221902da942e451 /dealconvert/formats/cds.py | |
parent | 06b85057c1dd79097a874143dfdf56d5e0d1ea98 (diff) |
Double-dummy analysis for PBN files
Diffstat (limited to 'dealconvert/formats/cds.py')
-rw-r--r-- | dealconvert/formats/cds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dealconvert/formats/cds.py b/dealconvert/formats/cds.py index f624612..c7eeb5a 100644 --- a/dealconvert/formats/cds.py +++ b/dealconvert/formats/cds.py @@ -9,7 +9,7 @@ class CDSFormat(DealFormat): def suffix(self): return '.cds' - def __init__(self): + def __init__(self, interactive=True): self.rzd_format = RZDFormat() def parse_content(self, content): |