/usr/share/pyshared/brian_no_units.py is in python-brian 1.4.1-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 | from brian_unit_prefs import turn_off_units
import warnings
turn_off_units()
warnings.warn("Turning off units")
|