Skip to content

Commit 42c8044

Browse files
committed
Remove leftover references to Contest(Ex|Im)porter
Which have been renamed to Dump(Ex|Im)porter in 9310c8f.
1 parent 493f8ad commit 42c8044

29 files changed

Lines changed: 31 additions & 31 deletions

cmscontrib/DumpImporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def import_object(self, data):
308308
"""Import objects from the given data (without relationships).
309309
310310
The given data is assumed to be a dict in the format produced by
311-
ContestExporter. This method reads the "_class" item and tries
311+
DumpExporter. This method reads the "_class" item and tries
312312
to find the corresponding class. Then it loads all column
313313
properties of that class (those that are present in the data)
314314
and uses them as keyword arguments in a call to the class

cmscontrib/DumpUpdater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""A script to update a dump created by CMS.
2424
2525
This script updates a dump (i.e. a set of exported contest data, as
26-
created by ContestExporter) of the Contest Management System from any
26+
created by DumpExporter) of the Contest Management System from any
2727
of the old supported versions to the current one.
2828
2929
"""

cmscontrib/updaters/update_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This converts the dump to the new format introduced in commit
2525
db4adada08d66b4797d0569d95e8f0c028a4e5e0.

cmscontrib/updaters/update_10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This adapts the dump to some changes in the model introduced in the
2525
commit that created this same file.

cmscontrib/updaters/update_11.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This adapts the dump to some changes in the model introduced in the
2525
commit that created this same file.

cmscontrib/updaters/update_12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This adapts the dump to some changes in the model introduced in the
2525
commit that created this same file.

cmscontrib/updaters/update_13.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This adapts the dump to some changes in the model introduced in the
2525
commit that created this same file.

cmscontrib/updaters/update_14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This updater is no-op as the new field (score mode) has a proper
2525
default value.

cmscontrib/updaters/update_15.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
"""A class to update a dump created by CMS.
2222
23-
Used by ContestImporter and DumpUpdater.
23+
Used by DumpImporter and DumpUpdater.
2424
2525
This converts the dump to the new schema introduced to support user
2626
and contest separation.

cmscontrib/updaters/update_16.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""A class to update a dump created by CMS.
2121
22-
Used by ContestImporter and DumpUpdater.
22+
Used by DumpImporter and DumpUpdater.
2323
2424
This updater adds the default value for the new field
2525
submissions_download_allowed.

0 commit comments

Comments
 (0)