mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Get readmeta and rewritemeta running under python3
This commit is contained in:
parent
832b1224b9
commit
e829b0f9e7
2 changed files with 5 additions and 5 deletions
|
|
@ -17,8 +17,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from argparse import ArgumentParser
|
||||
import common
|
||||
import metadata
|
||||
from fdroidserver import common
|
||||
from fdroidserver import metadata
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue