diff options
| author | Robert | 2017-11-15 15:23:27 +0100 | 
|---|---|---|
| committer | Robert | 2017-11-17 14:47:37 +0100 | 
| commit | 21ddaefb9fc092463261284b0b7b493709201a3b (patch) | |
| tree | 4e1cb41ab119d63868abdeef4d5d668c9f803174 /lib | |
| parent | 1261698d213964a3391fe1880198da00e7ac9831 (diff) | |
| download | chouette-core-21ddaefb9fc092463261284b0b7b493709201a3b.tar.bz2 | |
Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_spec
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/stif/netex_file.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/lib/stif/netex_file.rb b/lib/stif/netex_file.rb index 424663c1c..a977c1ad3 100644 --- a/lib/stif/netex_file.rb +++ b/lib/stif/netex_file.rb @@ -52,8 +52,6 @@ module STIF        end      end -    LINE_FORMAT = /^offre_.*\.xml$/ -      def add_offer_file(file_name)        if file_name =~ /^offre_([^_]*)_/          line_refs << $1 | 
