mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
- Moved everything to trunk to create a stable branch
This commit is contained in:
12
testpython.py
Executable file
12
testpython.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user