qBittorrent/testpython.py
2006-09-30 16:02:39 +00:00

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