winsync-migrate: Rename to tool to achive consistency with other tools

https://fedorahosted.org/freeipa/ticket/4524

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Tomas Babej
2015-04-29 08:16:09 +02:00
parent 7017d9e8a6
commit e9a3b99717
3 changed files with 7 additions and 30 deletions

View File

@@ -18,6 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from ipaserver.winsync_migrate.base import MigrateWinsync
from ipaserver.winsync_migrate.base import WinsyncMigrate
MigrateWinsync.run_cli()
WinsyncMigrate.run_cli()