mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +03:00
13 lines
228 B
Python
13 lines
228 B
Python
|
#!/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
|