libsaria: Added new library directory

I'm going to let everything expand across several directories.  It'll be
neater this way.
This commit is contained in:
Bryan Schumaker 2011-05-20 21:43:35 -04:00
parent e3450d31ff
commit 39c9a7cca8
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Bryan Schumaker (5 / 20 / 2011)

View File

@ -0,0 +1,10 @@
# Bryan Schumaker (5 / 20 / 2011)
import threading
library_lock = threading.Lock()
lock_library = library_lock.acquire
unlock_library = library_lock.release
# Map fileid(directory) -> dict()
lib_dict = dict()