svn keywords
[plcapi.git] / PLC / PCUTypes.py
index d1f650c..3268b79 100644 (file)
@@ -4,7 +4,8 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: 
+# $Id$
+# $URL$
 #
 from types import StringTypes
 
@@ -21,7 +22,7 @@ class PCUType(Row):
 
     table_name = 'pcu_types'
     primary_key = 'pcu_type_id'
-    join_tables = ['pcu_port_type']
+    join_tables = ['pcu_protocol_type']
     fields = {
         'pcu_type_id': Parameter(int, "PCU Type Identifier"),
        'model': Parameter(str, "PCU model", max = 254),