File tree Expand file tree Collapse file tree 5 files changed +3
-34
lines changed
Expand file tree Collapse file tree 5 files changed +3
-34
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 11from linux_profile .main import BuildCommand
22from linux_profile .base .command import BaseCommand
3- from linux_dev .commands import HelloWorld
3+ from linuxd .commands import HelloWorld
44
55
66class ArgsCommand (BaseCommand ):
Original file line number Diff line number Diff line change 11from linux_profile .main import BuildCommand
22from linux_profile .base .command import BaseCommand
3- from linux_dev .commands import HelloWorld
3+ from linuxd .commands import HelloWorld
44
55
66class ArgsCommand (BaseCommand ):
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# -*- coding: utf-8 -*-
33
4- from linux_dev import __version__
4+ from linuxd import __version__
55
66from setuptools import setup
77from setuptools .command .install import install
You canβt perform that action at this time.
0 commit comments