Update initial source codes 71/88471/1 accepted/tizen_devbase_tools accepted/tools_devbase_tools_legacy devel master release-20160930 0.12.0 accepted/tizen/devbase/tools/20190927.044803 accepted/tools/devbase/tools/legacy/20240422.110736 accepted/tools/devbase/tools/legacy/20240423.040629 accepted/tools/devbase/tools/legacy/20240424.050610 submit/devel/20190730.074517 submit/trunk/20190927.012842 submit/trunk/20191017.111201 submit/trunk/20191017.233826 submit/trunk/20191030.112603 submit/trunk/20191101.102136
authorDonghoon Shin <dhs.shin@samsung.com>
Mon, 19 Sep 2016 08:36:50 +0000 (17:36 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Mon, 19 Sep 2016 08:36:50 +0000 (17:36 +0900)
commitdcc7eb4764cf1f0446b6f0c49f9f20c2c4dc8b54
tree93eb34491cca46657d3bd3cc15a3f73f5c3a199f
parente27981f6698460af5feaf25b2009c66ee85e38cb
Update initial source codes

Change-Id: Idc2965c038db2b3e20582bd7fdd3e54c8c5ae3bb
34 files changed:
ChangeLog [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/source/options [new file with mode: 0644]
debian/watch [new file with mode: 0644]
doc/source/api/lock.rst [new file with mode: 0644]
doc/source/api/process_lock.rst [new file with mode: 0644]
doc/source/conf.py [new file with mode: 0644]
doc/source/img/safety-pin-small.png [new file with mode: 0644]
doc/source/index.rst [new file with mode: 0644]
fasteners/__init__.py [new file with mode: 0644]
fasteners/_utils.py [new file with mode: 0644]
fasteners/lock.py [new file with mode: 0644]
fasteners/process_lock.py [new file with mode: 0644]
fasteners/test.py [new file with mode: 0644]
fasteners/tests/__init__.py [new file with mode: 0644]
fasteners/tests/test_decorators.py [new file with mode: 0644]
fasteners/tests/test_helpers.py [new file with mode: 0644]
fasteners/tests/test_lock.py [new file with mode: 0644]
fasteners/tests/test_process_lock.py [new file with mode: 0644]
fasteners/version.py [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
test-requirements.txt [new file with mode: 0644]
tox.ini [new file with mode: 0644]