Index: tools/deep_memory_profiler/subcommands/__init__.py |
diff --git a/tools/deep_memory_profiler/subcommands/__init__.py b/tools/deep_memory_profiler/subcommands/__init__.py |
index 4fb29d0c37569da2ef86783f7b281aca44aa4387..cc28dfd6f5857256a3a0f6c9d40450b379368b90 100644 |
--- a/tools/deep_memory_profiler/subcommands/__init__.py |
+++ b/tools/deep_memory_profiler/subcommands/__init__.py |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+from subcommands.addr import AddrCommand |
from subcommands.buckets import BucketsCommand |
from subcommands.cat import CatCommand |
from subcommands.expand import ExpandCommand |