Skip to content

Commit

Permalink
Fix README code exemples
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCezar committed Sep 5, 2016
1 parent 444c604 commit cf2733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -30,7 +30,7 @@ As a context manager:
import sys
from time import sleep
from timeoutcontext import timeout, TimeoutError
from timeoutcontext import timeout
if sys.version_info < (3, 3):
from timeoutcontext._timeout import TimeoutError
Expand All @@ -46,7 +46,7 @@ As a decorator:
import sys
from time import sleep
from timeoutcontext import timeout, TimeoutError
from timeoutcontext import timeout
if sys.version_info < (3, 3):
from timeoutcontext._timeout import TimeoutError
Expand Down

0 comments on commit cf2733a

Please sign in to comment.