Browse Source

Merge branch 'master' of github.com:celery/celery

Ask Solem 12 years ago
parent
commit
4a627c64dc
2 changed files with 1 additions and 1 deletions
  1. 0 1
      celery/worker/autoreload.py
  2. 1 0
      docs/contributing.rst

+ 0 - 1
celery/worker/autoreload.py

@@ -201,7 +201,6 @@ class InotifyMonitor(_ProcessEvent):
 
 
 def default_implementation():
-    # kqueue monitor not working properly at this time.
     if hasattr(select, 'kqueue'):
         return 'kqueue'
     if sys.platform.startswith('linux') and pyinotify:

+ 1 - 0
docs/contributing.rst

@@ -710,6 +710,7 @@ Mher Movsisyan
 ~~~~~~~~~~~~~~
 
 :github: https://github.com/mher
+:twitter: http://twitter.com/#!/movsm
 
 Steeve Morin
 ~~~~~~~~~~~~