Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / pynacl / lib / __init__.py
1 #!/usr/bin/python
2 # Copyright (c) 2014 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # Unfortunately python does not have a good way to deal with module name
7 # clashes. The easiest way to get around it is to use a layer of indirection.
8 # For example, if pynacl.platform needs to use the python root platform module,
9 # it should import lib instead and use lib.platform.
10
11 # List name clashed modules here in alphabetical order
12 import platform