Skip to content

Commit

Permalink
timed_asyncore.py: Added missing import of select
Browse files Browse the repository at this point in the history
  • Loading branch information
von committed Dec 12, 2011
1 parent 600736b commit cef1c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Perspectives/timed_asyncore.py
Expand Up @@ -2,6 +2,7 @@

from asyncore import poll, poll2, socket_map

import select
import time

def loop_with_timeout(timeout=30.0,
Expand Down

0 comments on commit cef1c24

Please sign in to comment.