ya2 · news · projects · code · about

__all__
authorFlavio Calva <f.calva@gmail.com>
Sun, 17 Oct 2021 15:56:57 +0000 (17:56 +0200)
committerFlavio Calva <f.calva@gmail.com>
Sun, 17 Oct 2021 15:56:57 +0000 (17:56 +0200)
setup.py
src/p3d_appimage/p3d_appimage.py

index 5e655f5b258eeabbd1260746a4e6a95f4072bfd5..470b218d03b46ef8fb9ced9ce7e87fca87d35374 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 from os import system, rename
+from os.path import basename
 from shutil import rmtree
 from pathlib import Path
 from glob import glob
index fa60a093a51fb0891b167d2cb427d610548c5537..d28a2afe8324b0f54e8ef03725b39f04bfcdc33b 100644 (file)
@@ -1,4 +1,5 @@
 '''Tools for building AppImages.'''
+__all__ = ['AppImageBuilder']
 from os import system, makedirs, chmod, stat, chdir, getcwd
 from os.path import abspath, join, isabs
 from shutil import rmtree, copy, copytree, move