Skip to content

Commit c8398ba

Browse files
committed
More renames
1 parent d96d744 commit c8398ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/github/circuitrunners/Robot.java

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

99
import com.github.circuitrunners.akilib.Module;
1010

11-
import com.github.circuitrunners.subsystems.DriveModule;
11+
import com.github.circuitrunners.modules.DriveModule;
1212

1313
/*
1414
* The VM is configured to automatically run this class, and to call the

src/com/github/circuitrunners/subsystems/DriveModule.java renamed to src/com/github/circuitrunners/modules/DriveModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.circuitrunners.subsystems;
1+
package com.github.circuitrunners.modules;
22

33
import com.github.circuitrunners.akilib.Module;
44

0 commit comments

Comments
 (0)