Storage.py 121 B

12345
  1. # pick a Storage subsystem
  2. try:
  3. from Storage_IOCP import *
  4. except Exception, e:
  5. from Storage_threadpool import *