Merge "Remove '#! /usr/bin/env python' from unexecutable files"
This commit is contained in:
commit
2b6cb05aa8
@ -1,4 +1,3 @@
|
||||
#! /usr/bin/env python
|
||||
# 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
|
||||
@ -1084,7 +1083,3 @@ def main():
|
||||
reconnoiter.main()
|
||||
except KeyboardInterrupt:
|
||||
print('\n')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -1,4 +1,3 @@
|
||||
#! /usr/bin/env python
|
||||
# Copyright (c) 2015 Samuel Merritt <sam@swiftstack.com>
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
Loading…
Reference in New Issue
Block a user