Guest User

Untitled

a guest
Jan 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ```
  2. # -*- coding: UTF-8 -*-
  3.  
  4. import re
  5. import sys
  6. import os
  7. import subprocess
  8.  
  9. toolDir = ('./../../common/tool')
  10. print "toolDir:", toolDir
  11. sys.path.append(toolDir)
  12. from UtilAdb import UtilAdb
  13. ```
Add Comment
Please, Sign In to add comment