From 9f8c9bd56c99273b5e59992fd6620b3aabfd3655 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 13 Jun 2016 18:36:24 -0400 Subject: refactor exuberantbovines into src/bin --- original/model_c2rs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'original') 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))) -- cgit v1.2.3