mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
8 lines
120 B
Python
Executable file
8 lines
120 B
Python
Executable file
#! /usr/local/bin/python
|
|
|
|
import addpack
|
|
addpack.addpack('/home/guido/src/python/Demo/pdist')
|
|
|
|
import rcvs
|
|
|
|
rcvs.main()
|