Compare commits
4 Commits
55f92c36b3
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
5403d45632 | |||
d42b88fa2f | |||
4d81d4f5dd | |||
41a1db3ef5 |
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
||||
cucchiaiata (0.1) unstable; urgency=low
|
||||
|
||||
* first version
|
||||
|
||||
-- Cadoles <contact@cadoles.com> Tue, 07 Apr 2020 15:25:29 +0200
|
@ -7,7 +7,7 @@ from .i18n import _
|
||||
|
||||
class Config:
|
||||
def __init__(self):
|
||||
config_file = join(expanduser("~"), '.zephir-config.yaml')
|
||||
config_file = join(expanduser("~"), '.cucchiaiata-config.yaml')
|
||||
if not isfile(config_file):
|
||||
print(_('Attention, there is no configuration file'))
|
||||
url = input(_('Address to Risotto server: '))
|
||||
|
Reference in New Issue
Block a user