So far we have a mess everywhere, but we are mainly using/working on osc-staging.py file, so letting test suite use it by symlinking it for now. General idea is once we cleanup everything, we get rid of all the mess around and move this file to the correct location. Also moving some directories around to clean up stuff even more.
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 *
|