Trees | Indices | Help |
|
---|
|
1 # 2 # Project: The EDNA Kernel 3 # http://www.edna-site.org 4 # 5 # File: "$Id$" 6 # 7 # Copyright (C) 2008-2009 European Synchrotron Radiation Facility 8 # Grenoble, France 9 # 10 # Principal authors: Marie-Francoise Incardona (incardon@esrf.fr) 11 # Olof Svensson (svensson@esrf.fr) 12 # 13 # This program is free software: you can redistribute it and/or modify 14 # it under the terms of the GNU Lesser General Public License as published 15 # by the Free Software Foundation, either version 3 of the License, or 16 # (at your option) any later version. 17 # 18 # This program is distributed in the hope that it will be useful, 19 # but WITHOUT ANY WARRANTY; without even the implied warranty of 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 # GNU Lesser General Public License for more details. 22 # 23 # You should have received a copy of the GNU General Public License 24 # and the GNU Lesser General Public License along with this program. 25 # If not, see <http://www.gnu.org/licenses/>. 26 # 27 28 import re as PyRe 29 import math as PyMath 30 import os as PyOs 31 import struct as PyStruct 32 import StringIO as PyStrIO 33 import xml.dom.minidom as PyMinidom 34 import sys as PySys 35 import httplib as PyHttplib 36 import string as PyString 37 import socket as PySocket 38 import time as PyTime 39 import glob as PyGlob 40 import shutil as PyShutil 41 42 43 from threading import Semaphore as PySemaphore 44 from threading import Thread as PyThread 45
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:32 2014 | http://epydoc.sourceforge.net |