8 lines
152 B
Python
8 lines
152 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: UTF-8 -*-
|
||
|
#
|
||
|
# (C) 2014 tchvatal@suse.cz, openSUSE.org
|
||
|
# Distribute under GPLv2 or later
|
||
|
|
||
|
from .osc_staging import *
|