[code.view]

[top] / python / PyMOTW / anydbm / anydbm_whichdb.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import whichdb
     
     print whichdb.whichdb('/tmp/example.db')

[top] / python / PyMOTW / anydbm / anydbm_whichdb.py

contact | logmethods.com