From bbdeb0b0325cd32a4a2a4ef418726c8de4916988 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Thu, 7 Apr 2016 12:03:27 +0430 Subject: [PATCH] preparing setup for dnstraceroute utility add my custom dnspython module as submodule --- .gitmodules | 4 ++++ dnspython | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 dnspython diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d4950b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "dnspython"] + path = dnspython + url = https://github.com/farrokhi/dnspython.git + branch = python3 diff --git a/dnspython b/dnspython new file mode 160000 index 0000000..35791e1 --- /dev/null +++ b/dnspython @@ -0,0 +1 @@ +Subproject commit 35791e1de04b91e59c234691b53d8e533f9f0ace