]> gitweb.maison.local Git - rome.git/commit
test.py : working in python3 (!!!)
authorlionel <lionel@isis.maison.local>
Fri, 26 Aug 2016 13:54:27 +0000 (15:54 +0200)
committerlionel <lionel@isis.maison.local>
Fri, 26 Aug 2016 13:54:27 +0000 (15:54 +0200)
commit1bca524cb0329f04c9b6532bb68d5bc2920b908e
treec37d37f8b77a591e51d5d2994d3609c5465c91db
parent1355c6322ba05320eb060da5b42904f5a1583e93
test.py : working in python3 (!!!)
44 files changed:
another.py [new file with mode: 0755]
modules/daemon/__init__.py [new file with mode: 0644]
modules/daemon/__pycache__/__init__.cpython-34.pyc [new file with mode: 0644]
modules/daemon/__pycache__/daemon.cpython-34.pyc [new file with mode: 0644]
modules/daemon/__pycache__/pidfile.cpython-34.pyc [new file with mode: 0644]
modules/daemon/__pycache__/runner.cpython-34.pyc [new file with mode: 0644]
modules/daemon/_metadata.py [new file with mode: 0644]
modules/daemon/daemon.py [new file with mode: 0644]
modules/daemon/pidfile.py [new file with mode: 0644]
modules/daemon/runner.py [new file with mode: 0644]
modules/lockfile/__init__.py [new file with mode: 0644]
modules/lockfile/__pycache__/__init__.cpython-34.pyc [new file with mode: 0644]
modules/lockfile/__pycache__/linklockfile.cpython-34.pyc [new file with mode: 0644]
modules/lockfile/__pycache__/pidlockfile.cpython-34.pyc [new file with mode: 0644]
modules/lockfile/linklockfile.py [new file with mode: 0644]
modules/lockfile/mkdirlockfile.py [new file with mode: 0644]
modules/lockfile/pidlockfile.py [new file with mode: 0644]
modules/lockfile/sqlitelockfile.py [new file with mode: 0644]
modules/lockfile/symlinklockfile.py [new file with mode: 0644]
test.py [changed mode: 0644->0755]
tmp/lockfile-0.12.2.tar.gz [new file with mode: 0644]
tmp/lockfile-0.12.2/ACKS [new file with mode: 0644]
tmp/lockfile-0.12.2/AUTHORS [new file with mode: 0644]
tmp/lockfile-0.12.2/ChangeLog [new file with mode: 0644]
tmp/lockfile-0.12.2/LICENSE [new file with mode: 0644]
tmp/lockfile-0.12.2/PKG-INFO [new file with mode: 0644]
tmp/lockfile-0.12.2/README.rst [new file with mode: 0644]
tmp/lockfile-0.12.2/RELEASE-NOTES [new file with mode: 0644]
tmp/lockfile-0.12.2/doc/source/Makefile [new file with mode: 0644]
tmp/lockfile-0.12.2/doc/source/conf.py [new file with mode: 0644]
tmp/lockfile-0.12.2/doc/source/index.rst [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/PKG-INFO [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/SOURCES.txt [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/dependency_links.txt [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/not-zip-safe [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/pbr.json [new file with mode: 0644]
tmp/lockfile-0.12.2/lockfile.egg-info/top_level.txt [new file with mode: 0644]
tmp/lockfile-0.12.2/setup.cfg [new file with mode: 0644]
tmp/lockfile-0.12.2/setup.py [new file with mode: 0644]
tmp/lockfile-0.12.2/test-requirements.txt [new file with mode: 0644]
tmp/lockfile-0.12.2/test/compliancetest.py [new file with mode: 0644]
tmp/lockfile-0.12.2/test/test_lockfile.py [new file with mode: 0644]
tmp/lockfile-0.12.2/tox.ini [new file with mode: 0644]
tmp/python-daemon-2.1.1.tar.gz [new file with mode: 0644]