Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r81 - trunk/python/pydok/test

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r81 - trunk/python/pydok/test


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r81 - trunk/python/pydok/test
  • Date: Fri, 2 May 2008 13:46:27 +0200
  • 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 May 2 13:46:27 2008
New Revision: 81

Log:
Updated to new Wiki location and new server directory structure

Modified:
trunk/python/pydok/test/idok_upload_cgi.py

Modified: trunk/python/pydok/test/idok_upload_cgi.py
==============================================================================
--- trunk/python/pydok/test/idok_upload_cgi.py (original)
+++ trunk/python/pydok/test/idok_upload_cgi.py Fri May 2 13:46:27 2008
@@ -1,4 +1,5 @@
-#! /usr/bin/env python
+#! /opt/python-2.5.2/bin/python
+# -*- coding: utf-8 -*-

##
## Copyright (C) 2006-2008 iDok team.
@@ -44,7 +45,7 @@
GSSAPI_SERVICE_NAME = "HTTP AT dms02.psi.ch"
DEFAULT_REPOSITORY = "sandbox/twiki2dms"
BASE_URL = "https://dms02.psi.ch/";
-TWIKI_LOCATION_URL =
"https://ait.web.psi.ch/docu/internal/twiki/pub/Projects/TWikitoDMSUploadAjax/ok.html";
+TWIKI_LOCATION_URL =
"https://wiki.intranet.psi.ch/twiki/pub/TWiki/TWikitoDMS/ok.html";

IDOK = None

@@ -66,7 +67,7 @@
return tempf

def idok_cli(command):
- "Call CLI CORBA service and return output as a string"
+ "Call CLI CORBA service and return output as a string in utf-8 encoding"
global IDOK
if not IDOK:
IDOK = IdokCorba(IDOK_HOST, GSSAPI_SERVICE_NAME)



  • [idok-commit] idok commit r81 - trunk/python/pydok/test, AFS account Roman Geus, 05/02/2008

Archive powered by MHonArc 2.6.19.

Top of Page