Commit 2e7578b4 authored by Kirill Smelkov's avatar Kirill Smelkov

Merge branch 'kirr'

parents 3e8560ca 5016843f
import pytz
def xxx():
print 'xxx'
print 'pytz:', pytz.__file__
from setuptools import setup
setup(
name = 'ktest',
install_requires = ['pytz'],
entry_points = {'console_scripts': [
'ktestxxx = ktest:xxx',
]
},
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment