mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +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 rrcs
|
|
|
|
rrcs.main()
|