Changeset 16055:7f359fcea1f7 for sage/databases/db_class_polynomials.py
- Timestamp:
- 08/01/11 16:58:55 (22 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/databases/db_class_polynomials.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/databases/db_class_polynomials.py
r11748 r16055 23 23 from sage.rings.polynomial.polynomial_ring_constructor import PolynomialRing 24 24 25 DB_HOME= '%s/kohel'%sage.misc.misc.SAGE_DATA25 dblocation = '%s/kohel'%sage.misc.misc.SAGE_DATA 26 26 27 27 disc_length = 7 … … 29 29 30 30 def _dbz_to_integers(name): 31 file = '%s/%s'%( DB_HOME, name)31 file = '%s/%s'%(dblocation, name) 32 32 if not os.path.exists(file): 33 33 raise RuntimeError, "Class polynomial database file %s not available"%file
Note: See TracChangeset
for help on using the changeset viewer.
