pull/61/head
Christian T. Jacobs 2017-07-13 17:24:42 +01:00
rodzic 1b98e7695e
commit 63563b9085
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -17,9 +17,9 @@
# You should have received a copy of the GNU General Public License
# along with PyQSO. If not, see <http://www.gnu.org/licenses/>.
from pyqso.dx_cluster import *
from pyqso.grey_line import *
from pyqso.awards import *
from pyqso.dx_cluster import DXCluster
from pyqso.grey_line import GreyLine
from pyqso.awards import Awards
class Toolbox: