extras-buildsys/utils extras-repoview.py,1.9,1.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Aug 20 12:38:44 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1625

Modified Files:
	extras-repoview.py 
Log Message:
- use the correct path to the module



Index: extras-repoview.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- extras-repoview.py	20 Aug 2006 12:26:07 -0000	1.9
+++ extras-repoview.py	20 Aug 2006 12:38:42 -0000	1.10
@@ -16,7 +16,7 @@
 import os, sys
 import shutil
 
-sys.path.append('/srv/extras-push/work/extras-buildsys/utils')
+sys.path.append('/srv/extras-push/work/buildsys-utils')
 from ExtrasPushUtils import *
 
 # get the path to where to look for the packages to be signed




More information about the scm-commits mailing list