diff options
Diffstat (limited to '')
-rw-r--r-- | python/gats.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/gats.py b/python/gats.py index adf5122..d6704db 100644 --- a/python/gats.py +++ b/python/gats.py | |||
@@ -1,3 +1,9 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
3 | # | ||
4 | # This file is part of the libgats library and is released under the | ||
5 | # terms of the license contained in the file LICENSE. | ||
6 | # | ||
1 | 7 | ||
2 | """Provides pickle-compatible functions for working with Gats packets. | 8 | """Provides pickle-compatible functions for working with Gats packets. |
3 | Converts to and from normal python structures like dictionaries, lists, | 9 | Converts to and from normal python structures like dictionaries, lists, |