source: trunk/essentials/dev-lang/python/Lib/test/test_dumbdbm.py@ 3317

Last change on this file since 3317 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 3.9 KB
Line 
1#! /usr/bin/env python
2"""Test script for the dumbdbm module
3 Original by Roger E. Masse
4"""
5
6import os
7import unittest
8import dumbdbm
9from test import test_support
10
11_fname = test_support.TESTFN
12