Skip to content

Commit c2df410

Browse files
Merge pull request #546 from netscaler/migrationtool_NSNETAUTO_1024
Migrationtool - Changed directory struct
2 parents f007f00 + a079a7f commit c2df410

6 files changed

Lines changed: 3 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.vscode/
22

3-
tools/
43
issues/
54

65
plugins/module_utils/test.ipynb

galaxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ build_ignore:
5858
- ".DS_Store"
5959
- "docs"
6060
- "examples"
61-
- "tools"
6261
- "issues"
6362
- "**/netscaler-adc-*.tar.gz"
6463
- "Makefile"
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22

33
# Copyright (c) 2025 Cloud Software Group, Inc.
4-
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)import argparse
4+
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

6-
import yaml
76
import argparse
8-
from resourcelist import (
7+
import yaml
8+
from utils import (
99
netscaler_login_specifics,
1010
play_level_keys_list,
1111
resource_map,

0 commit comments

Comments
 (0)