Fixed system.proto bug

This commit is contained in:
J.A. de Jong @ vulgaris 2016-12-15 21:35:53 +01:00
parent e8421df13e
commit ff398f4602
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ doc/html
doc/latex
doc/usg.pdf
*.pyc
brent_test
tasmet

View File

@ -1,7 +1,7 @@
syntax = "proto2";
package pb;
import duct;
import "duct.proto";
enum SystemType {
TaSystem = 0;