changeset 50:7b06d649122b

re-arrangement
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 25 Sep 2010 11:36:37 -0400
parents 1fb5606506ae
children 3aed17fc468d
files python/storage.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/storage.py	Sat Sep 25 11:33:07 2010 -0400
+++ b/python/storage.py	Sat Sep 25 11:36:37 2010 -0400
@@ -7,6 +7,9 @@
 __metaclass__ = type
 
 
+ngsimUserTypes = {'twowheels':1,
+              'car':2,
+              'truck':3}