Commit in lcio/src/python on MAIN
lcio_swig.i+3-31.7 -> 1.8
JM: Missing comma.

lcio/src/python
lcio_swig.i 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- lcio_swig.i	24 Aug 2006 18:11:56 -0000	1.7
+++ lcio_swig.i	25 Oct 2006 23:35:09 -0000	1.8
@@ -1,4 +1,4 @@
-// $Id: lcio_swig.i,v 1.7 2006/08/24 18:11:56 jeremy Exp $
+// $Id: lcio_swig.i,v 1.8 2006/10/25 23:35:09 jeremy Exp $
 
 /*
  * Process this file with Swig to make a Python wrapper for LCIO.
@@ -814,8 +814,8 @@
     GLOBALS.LCIO_TRACK : getTrackCollection,
     GLOBALS.LCIO_TRACKERDATA : getTrackerDataCollection,
     GLOBALS.LCIO_TRACKERPULSE : getTrackerPulseCollection,
-    GLOBALS.LCIO_TRACKERRAWDATA : getTrackerRawDataCollection
+    GLOBALS.LCIO_TRACKERRAWDATA : getTrackerRawDataCollection,
     GLOBALS.LCIO_VERTEX : getVertexCollection
 }
 }
-}
\ No newline at end of file
+}
CVSspam 0.2.8