# HG changeset patch # User Nicolas Saunier # Date 1285428997 14400 # Node ID 7b06d649122b6a6419d03cee814e6c3f41a02c55 # Parent 1fb5606506ae079cd5bf57ac9ee9f0159db9c3fc re-arrangement diff -r 1fb5606506ae -r 7b06d649122b python/storage.py --- 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}