Files
50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
#!/usr/bin/env python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
POSSIBLE_TOPDIR = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'nova', '__init__.py')):