aboutsummaryrefslogtreecommitdiffstats
path: root/original
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:24 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:24 -0400
commit9f8c9bd56c99273b5e59992fd6620b3aabfd3655 (patch)
tree6a8f7d1c1ef6ad5e901605528a7c5a268f812df2 /original
parent0a86f0f0b7e74c2c9a09d7cef4c722e4024fcc6d (diff)
downloadexuberant-hacks-9f8c9bd56c99273b5e59992fd6620b3aabfd3655.tar.gz
exuberant-hacks-9f8c9bd56c99273b5e59992fd6620b3aabfd3655.zip
refactor exuberantbovines into src/bin
Diffstat (limited to 'original')
-rwxr-xr-xoriginal/model_c2rs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/original/model_c2rs.py b/original/model_c2rs.py
index 9d6c63b..832fac5 100755
--- a/original/model_c2rs.py
+++ b/original/model_c2rs.py
@@ -33,7 +33,7 @@ def main():
// This file auto-generated from %s.c using model_c2rs.py
// Don't edit by hand!
-use cow_vertex::Vertex;
+use super::cow_vertex::Vertex;
pub const %s_VERTICES: [Vertex; %d] = [
""" % (fname, fname.upper(), len(vertices)))