OLD | NEW |
| 1 Name: Google Authentication |
| 2 Short Name: google-auth |
| 3 Version: 1.0.1 |
| 4 |
| 5 ---- |
| 6 |
1 Name: Protocol Buffers | 7 Name: Protocol Buffers |
2 Short Name: protobuf | 8 Short Name: protobuf |
3 Version: 3.1.0 | 9 Version: 3.1.0 |
4 Revision: a428e42072765993ff674fda72863c9f1aa2d268 | 10 Revision: a428e42072765993ff674fda72863c9f1aa2d268 |
5 Home-page: https://github.com/google/protobuf | 11 Home-page: https://github.com/google/protobuf |
6 License: New BSD License | 12 License: New BSD License |
7 | 13 |
8 Description: | 14 Description: |
9 Protocol Buffers are Google's data interchange format. | 15 Protocol Buffers are Google's data interchange format. |
10 | 16 |
(...skipping 21 matching lines...) Expand all Loading... |
32 @@ -31,9 +31,3 @@ | 38 @@ -31,9 +31,3 @@ |
33 # Copyright 2007 Google Inc. All Rights Reserved. | 39 # Copyright 2007 Google Inc. All Rights Reserved. |
34 | 40 |
35 __version__ = '3.1.0' | 41 __version__ = '3.1.0' |
36 - | 42 - |
37 -if __name__ != '__main__': | 43 -if __name__ != '__main__': |
38 - try: | 44 - try: |
39 - __import__('pkg_resources').declare_namespace(__name__) | 45 - __import__('pkg_resources').declare_namespace(__name__) |
40 - except ImportError: | 46 - except ImportError: |
41 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) | 47 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) |
OLD | NEW |