OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
gslib
/
addlhelp
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/11/2025 08:19:48 AM
rwxr-xr-x
📄
__init__.py
797 bytes
12/09/2024 05:26:03 PM
rw-r--r--
📁
__pycache__
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
acls.py
9.64 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
command_opts.py
7.88 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
crc32c.py
6.5 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
creds.py
8.08 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
dev.py
6.13 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
encoding.py
8.33 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
metadata.py
3.74 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
naming.py
8.83 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
prod.py
8.12 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
security.py
10.72 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
shim.py
8.64 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
support.py
4.49 KB
12/09/2024 05:26:03 PM
rw-r--r--
📄
versions.py
3.93 KB
12/09/2024 05:26:03 PM
rw-r--r--
Editing: __init__.py
Close
# -*- coding: utf-8 -*- # Copyright 2012 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """Package marker file.""" from __future__ import absolute_import from __future__ import print_function from __future__ import division from __future__ import unicode_literals