Skip to content

Commit

Permalink
finish the first version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jillnano committed Mar 18, 2017
1 parent da4cbb3 commit c47ac00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions ProcessManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@

from multiprocessing import Process
from multiprocessing import Pipe
from multiprocessing import Event
from multiprocessing import Lock
import threading
import time
import random
from collections import OrderedDict
import inspect
import ctypes
import signal

words = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
Expand Down
5 changes: 0 additions & 5 deletions ThreadManager.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
#!/usr/bin/python
#coding=UTF-8

from multiprocessing import Process
from multiprocessing import JoinableQueue
from threading import Thread
from threading import Event
from threading import Timer
from threading import RLock
import time
import random
from collections import OrderedDict
import inspect
import ctypes
import signal

words = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'

Expand Down

0 comments on commit c47ac00

Please sign in to comment.