Index: infra/libs/data_structures/__init__.py |
diff --git a/infra/libs/data_structures/__init__.py b/infra/libs/data_structures/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30b0620cae2cc7e07bc015bfe09a2b1c3f7320a6 |
--- /dev/null |
+++ b/infra/libs/data_structures/__init__.py |
@@ -0,0 +1,5 @@ |
+# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+from infra.libs.data_structures.data_structures import freeze, thaw, FrozenDict |
Vadim Sh.
2014/06/27 18:26:21
I think data_structures is toooo long.
infra.libs
iannucci
2014/06/28 08:33:35
types sgtm
|