diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 22:10:22 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 22:10:22 +0200 |
commit | d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa (patch) | |
tree | 7a5a21afbc7b193abdc8bfefc6fd21c12862b1b6 /module/database | |
parent | fs_bsize support (diff) | |
download | pyload-d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa.tar.xz |
Added missing shebangs, removed unnecessary ones
Diffstat (limited to 'module/database')
-rw-r--r-- | module/database/DatabaseBackend.py | 1 | ||||
-rw-r--r-- | module/database/FileDatabase.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/module/database/DatabaseBackend.py b/module/database/DatabaseBackend.py index 010e05735..15d45e784 100644 --- a/module/database/DatabaseBackend.py +++ b/module/database/DatabaseBackend.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/module/database/FileDatabase.py b/module/database/FileDatabase.py index 53bf58fb2..4a5e7c0ef 100644 --- a/module/database/FileDatabase.py +++ b/module/database/FileDatabase.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |