Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 30, 2023
1 parent 791053a commit 026dcb2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -306,8 +306,6 @@ def back_button_clicked(self):


def main():
import sys

if os.getuid() != 0:
print('ERROR: This must be run as root!\nUse "sudo --set-home".')
sys.exit(1)
Expand Down

0 comments on commit 026dcb2

Please sign in to comment.