Kaydet (Commit) 791d648e authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Gecenin son güzelliği

üst 5b364139
......@@ -2,6 +2,7 @@
* util.py parçalandı:
-> ileride kod birikmesi olmasın diye (cross compiling özelliği ekleyince)
util.py dosyası parçalandı.
-> util parçalanması sonrası değişimler yapıldı.
* One test passed:
-> fetcher testindeki errora sebeb olan yer bulundu fetcher fixe edildi.
* Komutlara küçük dokunuşlar:
......
* Lookup cleanCache function. Understand "How it works and How we can use it in inary"
* When scom errored inary should be add package to pending orders.
* Looking up messages and translations
......@@ -36,9 +36,9 @@ try:
import ciksemel
except:
#FIXME: Gorunusu guzel olsa bile kodda anlamsizlik yaratiyor
warn = inary.util.colorize(_("WARNING\n"),"blinkingred")+ \
warn = inary.util.colorize(_("WARNING:\n"),"blinkingred")+ \
inary.util.colorize(_("\tCiksemel XML Parser not found!!!\n"
"\tMinidom slower than ciksemel but\n"
"\tMinidom slower but\n"
"\tFalling back with minidom!!! :(\n\n"), 'faintwhite')
sys.stdout.write(warn)
......
......@@ -734,7 +734,7 @@ def locked(func):
try:
inary.db.invalidate_caches()
ctx.ui.info(_('Invalidate database caches...'), verbose= True)
ctx.ui.info(_('Invalidating database caches...'), verbose= True)
ret = func(*__args,**__kw)
ctx.ui.info(_('Updating database caches...'), verbose= True)
inary.db.update_caches()
......
......@@ -107,7 +107,7 @@ class CLI(inary.ui.UI):
# let's cheat from KDE :)
msg = inary.util.colorize(msg, color)
if verbose:
msg = inary.util.colorize(_('Verbose: '), 'white') + msg
msg = inary.util.colorize(_('Verboses: '), 'white') + msg
if not noln:
msg = '%s\n'%(msg)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -210,7 +210,8 @@ setup(name="inary",
'inary.db',
'inary.operations',
'inary.sxml',
'inary.scenarioapi'],
'inary.scenarioapi',
'inary.util'],
scripts = ['inary-cli',
'scripts/lsinary',
'scripts/uninary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment