Searched defs:read (Results 1 - 8 of 8) sorted by relevance

/ec/ECAssignmentBox/
H A Dsetup.py11 def read(*rnames): function
12 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
14 version = read('Products', 'ECAssignmentBox', 'version.txt').strip()
15 readme = read('Products', 'ECAssignmentBox', 'README.txt')
16 history = read('Products', 'ECAssignmentBox', 'CHANGES.txt')
/ec/ECAutoAssessmentBox/
H A Dsetup.py8 def read(*rnames): function
9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
11 version = read('Products', 'ECAutoAssessmentBox', 'version.txt').strip()
12 readme = read('Products', 'ECAutoAssessmentBox', 'README.txt')
13 history = read('Products', 'ECAutoAssessmentBox', 'CHANGES.txt')
/ec/ECLecture/
H A Dsetup.py9 def read(*rnames): function
10 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
12 version = read('Products', 'ECLecture', 'version.txt').strip()
13 readme = read('Products', 'ECLecture', 'README.txt')
14 history = read('Products', 'ECLecture', 'CHANGES.txt')
/ec/ECQuiz/
H A Dsetup.py8 def read(*rnames): function
9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
11 version = read('Products', 'ECQuiz', 'version.txt').strip()
12 readme = read('Products', 'ECQuiz', 'README.txt')
13 history = read('Products', 'ECQuiz', 'CHANGES.txt')
/ec/ECQuiz/Products/ECQuiz/
H A Dtools.py60 def read(self): member in class:MyStringIO
/ec/ECSpooler/backends/sql/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...

Completed in 30 milliseconds