Staging
v0.5.1
https://github.com/python/cpython
Revision 143a070fa0acf40dada5b2ec2384bf8fb58d5229 authored by Gregory P. Smith on 03 February 2008, 08:10:20 UTC, committed by Gregory P. Smith on 03 February 2008, 08:10:20 UTC
1 parent 946de92
Raw File
Tip revision: 143a070fa0acf40dada5b2ec2384bf8fb58d5229 authored by Gregory P. Smith on 03 February 2008, 08:10:20 UTC
Disable linking against BerkeleyDB 4.6 by default as it has proven to
Tip revision: 143a070
rrcs
#!/usr/bin/env python

import addpack
addpack.addpack('/home/guido/src/python/Demo/pdist')

import rrcs

rrcs.main()
back to top