From ca74d89cafdf629cd917647425222f9fb32f7c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Fri, 10 Jun 2005 14:22:36 +0000 Subject: [PATCH] * comments: coding, remove cruft --- src/pisi-build | 2 +- src/repodb.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pisi-build b/src/pisi-build index 3153dd3d..e991d83f 100644 --- a/src/pisi-build +++ b/src/pisi-build @@ -49,7 +49,7 @@ def main(): else: pspec = args[0] - # doing the real job... vs. vs... + # doing the real job. pb = PisiBuild(pspec) util.information("Building PISI package for: %s\n" % pb.spec.sourceName) diff --git a/src/repodb.py b/src/repodb.py index d2d1779c..853ab3ea 100644 --- a/src/repodb.py +++ b/src/repodb.py @@ -1,2 +1,3 @@ +# -*- coding: utf-8 -*- # package database # interface for update/query to local package repository