Hello Simon,

you could try:
import pGroupCohomology.mtx  as mtx

Here is an example with sage and  os.path:
sage: import os.path
sage: os.path
sage: os.path.a<hit TAB>
os.path.abspath  os.path.altsep
sage: import os.path as path
sage: path.a<hit TAB>
path.abspath  path.altsep

After the imports imports os.path and path are valid.

Lars
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to