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

« back to all changes in this revision

Viewing changes to Axiom/axiom/examples/axiom.tac

  • 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
from twisted.application import service
 
2
from axiom import store
 
3
 
 
4
application = service.Application('AXIOM')
 
5
store.StorageService(__file__.replace('.tac', '.axiom')).setServiceParent(application)