mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07: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
|