()
| 77 | from sqlmap import modulePath |
| 78 | except ImportError: |
| 79 | def modulePath(): |
| 80 | return getUnicode(os.path.dirname(os.path.realpath(__file__)), encoding=sys.getfilesystemencoding() or UNICODE_ENCODING) |
| 81 | |
| 82 | def main(): |
| 83 | """ |
no test coverage detected
searching dependent graphs…