mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
13 lines
228 B
Python
Executable File
13 lines
228 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Test imports needed by our python search engine nova.py
|
|
# Christophe Dumez - chris@qbittorrent.org
|
|
|
|
import sys
|
|
import urllib
|
|
import sgmllib
|
|
from xml.dom import minidom
|
|
|
|
if __name__ == '__main__':
|
|
pass
|