Set PYTHONPATH for old control loops

Running them doesn't get you the right files (namespace issues at
least), but at least they kind of work.

Change-Id: I69faa943d4db14c29bdaa6abb035f6f34ca5244d
diff --git a/y2014/control_loops/update_claw.sh b/y2014/control_loops/update_claw.sh
index 2800d2a..18ffc4c 100755
--- a/y2014/control_loops/update_claw.sh
+++ b/y2014/control_loops/update_claw.sh
@@ -2,6 +2,8 @@
 #
 # Updates the claw controllers.
 
+export PYTHONPATH=../../frc971/control_loops/python
+
 cd $(dirname $0)
 
 ./python/claw.py claw/claw_motor_plant.h \