2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-28 12:27:42 +00:00

Use python3.

This commit is contained in:
Vibhav Pant 2024-02-26 20:35:18 +05:30
parent 8acaed7509
commit 925ae08ee1
No known key found for this signature in database
GPG Key ID: 0DA2B55215EC37E5

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import sys, os, subprocess, shutil, logging