Skip to content
Snippets Groups Projects
Commit 39cbcb03 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

boże jaki idiota

parent 3decdbe8
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@ def hang_until_sig(extra_signals=[]):
for s in extra_signals + [signal.SIGTERM, signal.SIGINT]:
signal.signal(s, insignum(s))
while True:
try:
me_lock.acquire()
except KeyboardInterrupt:
pass
try:
me_lock.acquire()
except KeyboardInterrupt:
pass
......@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
setup(name='satella',
version='2.0.6',
version='2.0.7',
description=u'Utilities for writing servers in Python',
author=u'Piotr Maślanka',
author_email='piotrm@smok.co',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment