This feature already exists (including in 2.2). The file is the
~/.axsirc file. If you require a separate file for each configuration,
then I'd be happy to look at a patch allowing the name ~/.axisrc to be
overridden by an inifile item.
axis.py in TRUNK:
3971 rcfile = os.path.expanduser("~/.axisrc")
3972 if os.path.exists(rcfile):
3973 import traceback
3974 try:
3975 execfile(rcfile)
3976 except:
3977 tb = traceback.format_exc()
3978 print >>sys.stderr, tb
3979 root_window.tk.call("nf_dialog", ".error", _("Error in
~/.axisrc"),
3980 tb, "error", 0, _("OK"))
Jeff
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers