Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Cleans up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Downs committed Aug 3, 2012
1 parent 4e0bc71 commit 79c582e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lggr/__init__.py
Expand Up @@ -2,14 +2,12 @@
TODO: add a docstring.
"""

from coroutine import Coroutine
from coroutine import CoroutineProcess
from coroutine import CoroutineThread
import traceback
import inspect
import time
import sys
import os
from lggr.coroutine import Coroutine, CoroutineProcess, CoroutineThread

__version__ = '0.1.0'

Expand Down

0 comments on commit 79c582e

Please sign in to comment.