/usr/share/sumo/tools/traci/traciconstants.py is in sumo-tools 0.15.0~dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # -*- coding: utf-8 -*-
"""
@file traciconstants.py
This file exists for backward compatiblity only.
SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
Copyright (C) 2009-2012 DLR (http://www.dlr.de/) and contributors
All rights reserved
"""
from constants import *
import sys
print >> sys.stderr, """traciconstants.py and traciControl.py are deprecated.
Please use the new Python API for TraCI."""
|