mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 13:11:25 -07:00
- Moved everything to trunk to create a stable branch
This commit is contained in:
commit
969a02b93e
200 changed files with 46382 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue