Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Added import of tasks in the schedule manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Kliban committed Aug 4, 2015
1 parent 80ef778 commit 9400f33
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions server/pulp/server/managers/schedule/repo.py
@@ -1,17 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2014 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public
# License as published by the Free Software Foundation; either version
# 2 of the License (GPLv2) or (at your option) any later version.
# There is NO WARRANTY for this software, express or implied,
# including the implied warranties of MERCHANTABILITY,
# NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
# have received a copy of GPLv2 along with this software; if not, see
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.

from pulp.server import exceptions
from pulp.server import tasks # noqa
from pulp.server.controllers import repository as repo_controller
from pulp.server.db.model.dispatch import ScheduledCall
from pulp.server.db.model.repository import RepoImporter, RepoDistributor
Expand Down

0 comments on commit 9400f33

Please sign in to comment.