Index: trunk/scripts/SyncEditorImageryIndex.groovy
===================================================================
--- trunk/scripts/sync_editor_imagery_index.groovy	(revision 9667)
+++ trunk/scripts/SyncEditorImageryIndex.groovy	(revision 9880)
@@ -29,5 +29,5 @@
 import org.openstreetmap.josm.tools.Utils
 
-class sync_editor_imagery_index {
+class SyncEditorImageryIndex {
 
     List<ImageryInfo> josmEntries;
@@ -51,5 +51,5 @@
     static main(def args) {
         parse_command_line_arguments(args)
-        def script = new sync_editor_imagery_index()
+        def script = new SyncEditorImageryIndex()
         script.loadSkip()
         script.start()
