mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
12 lines
228 B
Python
Executable file
12 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
|