~divmod-dev/divmod.org/1304710-storeless-adapter

« back to all changes in this revision

Viewing changes to Axiom/axiom/plugins/__init__.py

  • Committer: glyph
  • Date: 2005-07-28 22:09:16 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:2
move this repository to a more official-looking URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import os, sys
 
3
__path__ = [os.path.abspath(os.path.join(x, *__name__.split('.'))) for x in sys.path]
 
4
 
 
5
__all__ = []                    # nothing to see here, move along, move along