Files
entropy/libraries/tests/standalone/ugc_small_send_test.py
2009-08-08 16:09:41 +02:00

9 lines
205 B
Python

import sys
sys.argv.append("--debug")
from entropy.client.interfaces import Client
cl = Client()
data = ['app-foo/foo']
cl.UGC.add_download_stats('sabayonlinux.org', data)
cl.destroy()
raise SystemExit(0)