File: client.py

package info (click to toggle)
python-fedora 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,632 kB
  • ctags: 590
  • sloc: python: 6,054; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
'''This is for compatibility.

The canonical location for this module from 0.3 on is fedora.client
'''
import warnings

warnings.warn('fedora.tg.client has moved to fedora.client.  This location'
              ' will disappear in 0.4', DeprecationWarning, stacklevel=2)

# pylint: disable-msg=W0401,W0614
from fedora.client import *