Skip to content

Commit

Permalink
Create a utilities folder to include projects from other repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilik Kuo committed Mar 8, 2017
1 parent 463c7fe commit ac16d91
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 125 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "utilities/generaltaskthread"]
path = utilities/generaltaskthread
url = https://github.com/kilikkuo/py_generaltaskthread.git
94 changes: 0 additions & 94 deletions generaltaskthread.py

This file was deleted.

30 changes: 0 additions & 30 deletions logger.py

This file was deleted.

2 changes: 1 addition & 1 deletion ocl_ga_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import threading
import time

from logger import Logger
from utilities.generaltaskthread.logger import Logger
from multiprocessing import Process
from ocl_ga import OpenCLGA
from server_client import Client, OP_MSG_BEGIN, OP_MSG_END
Expand Down
Empty file added utilities/__init__.py
Empty file.
1 change: 1 addition & 0 deletions utilities/generaltaskthread
Submodule generaltaskthread added at 2e8378

0 comments on commit ac16d91

Please sign in to comment.