Ian Bicking wrote: > No, I haven't; I assume you mean: > > from string import Template or from mypackage.backports.string24 > import Template
No, I mean from string or mypackage.backports.string24 import Template which seems to be about the least ugly it can get given that you need to explicitly refer to a package name that's already rather long and ugly in itself. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com