Loading bin/isimage +1 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ InstallSystems Image Manipulation Tool import os import time import datetime import argparse import installsystems import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.image import SourceImage Loading bin/isinstall +1 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ InstallSystems Installation Tool import os import time import datetime import argparse import installsystems import installsystems.tools as istools import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.repository import RepositoryManager, RepositoryConfig from installsystems.image import PackageImage Loading bin/isrepo +1 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ InstallSystems Repository Manipulation Tool ''' import os import argparse import installsystems import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.repository import Repository, RepositoryConfig from installsystems.image import PackageImage Loading installsystems/database.py +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ Database stuff import json import os import shutil import tarfile import cStringIO import sqlite3 import installsystems.tools as istools Loading installsystems/tarball.py +0 −4 Original line number Diff line number Diff line Loading @@ -11,10 +11,6 @@ import time import tarfile import StringIO import re # Use tarfile from python 2.7 which include filter parameter in add method. # This is really needed to filter an modify tarball content on the fly. # Should be removed when python 2.7 will be the minimum python version from installsystems import tarfile class Tarball(tarfile.TarFile): def add_str(self, name, content, ftype, mode): Loading Loading
bin/isimage +1 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ InstallSystems Image Manipulation Tool import os import time import datetime import argparse import installsystems import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.image import SourceImage Loading
bin/isinstall +1 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ InstallSystems Installation Tool import os import time import datetime import argparse import installsystems import installsystems.tools as istools import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.repository import RepositoryManager, RepositoryConfig from installsystems.image import PackageImage Loading
bin/isrepo +1 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ InstallSystems Repository Manipulation Tool ''' import os import argparse import installsystems import installsystems.argparse as argparse # To remove when default to python 2.7 from installsystems.printer import * from installsystems.repository import Repository, RepositoryConfig from installsystems.image import PackageImage Loading
installsystems/database.py +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ Database stuff import json import os import shutil import tarfile import cStringIO import sqlite3 import installsystems.tools as istools Loading
installsystems/tarball.py +0 −4 Original line number Diff line number Diff line Loading @@ -11,10 +11,6 @@ import time import tarfile import StringIO import re # Use tarfile from python 2.7 which include filter parameter in add method. # This is really needed to filter an modify tarball content on the fly. # Should be removed when python 2.7 will be the minimum python version from installsystems import tarfile class Tarball(tarfile.TarFile): def add_str(self, name, content, ftype, mode): Loading