Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > b446379645c4b24c7779b6e58e0d9abf > files > 4

python-cement-0.8.16-1.fc13.src.rpm

# Cement makes heavy use of pkg_resources, which bails in an rpm
# buildroot environment

import sys
sys.path.insert(0, '.')
sys.path.insert(0, '../cement')

import site
site.addsitedir('.')

from nose.core import collector, main

collector()
main()