Compare commits

..

4 Commits

2 changed files with 1 additions and 6 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
cucchiaiata (0.1) unstable; urgency=low
* first version
-- Cadoles <contact@cadoles.com> Tue, 07 Apr 2020 15:25:29 +0200

View File

@ -7,7 +7,7 @@ from .i18n import _
class Config: class Config:
def __init__(self): def __init__(self):
config_file = join(expanduser("~"), '.zephir-config.yaml') config_file = join(expanduser("~"), '.cucchiaiata-config.yaml')
if not isfile(config_file): if not isfile(config_file):
print(_('Attention, there is no configuration file')) print(_('Attention, there is no configuration file'))
url = input(_('Address to Risotto server: ')) url = input(_('Address to Risotto server: '))