Skip to content

Commit

Permalink
git-svn-id: http://evserver.googlecode.com/svn/trunk@66 e9bb6d7e-af12…
Browse files Browse the repository at this point in the history
…-11dd-bad7-87afd3b02348
  • Loading branch information
majek04 committed Jan 22, 2009
1 parent d5a74ca commit a92baf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evserver/server.py
Expand Up @@ -12,7 +12,7 @@
raise Exception("**** libevent ctypes bindings 'ctypes_event.py' are broken - probably wrong version of binary ****\n"+
" currently, libevent.so is loaded from %r \n" %(ctypes.libeventbinary,)+
" try to specify different 'libevent.so' using '--libevent </path/to/libevent.so> \n"+
" if that fails, try to create new ctypes bindings for libevent using 'make ctypes'")
" if that fails, try to create new ctypes bindings for libevent using 'make bindings'")


import traceback
Expand Down
3 changes: 2 additions & 1 deletion evserver/transports.py
@@ -1,4 +1,5 @@
import json

import others.json

import os, os.path, logging
log = logging.getLogger(os.path.basename(__file__))
Expand Down

0 comments on commit a92baf0

Please sign in to comment.