Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r35 - trunk/python/pydok

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r35 - trunk/python/pydok


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r35 - trunk/python/pydok
  • Date: Fri, 7 Mar 2008 15:37:26 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Fri Mar 7 15:37:26 2008
New Revision: 35

Log:
Removed absolute working copy path from setup.py

Modified:
trunk/python/pydok/setup.py

Modified: trunk/python/pydok/setup.py
==============================================================================
--- trunk/python/pydok/setup.py (original)
+++ trunk/python/pydok/setup.py Fri Mar 7 15:37:26 2008
@@ -22,7 +22,7 @@
import os
from distutils.core import setup

-IDL_DIR = "/afs/psi.ch/user/g/geus/eclipse-projects/java/dms/service"
+IDL_DIR = "../../corba"

def generate_from_idl():
"Geneate CORBA stubs from IDL files"



  • [idok-commit] idok commit r35 - trunk/python/pydok, AFS account Roman Geus, 03/07/2008

Archive powered by MHonArc 2.6.19.

Top of Page