[Pkg-debile-commits] [debile-master] 01/01: Fixed missing import

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 09:38:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit 5e1a7e4f44276ab9731d985948826786223aa31b
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 11:38:33 2013 +0200

    Fixed missing import
---
 debile/master/cli/init.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debile/master/cli/init.py b/debile/master/cli/init.py
index 7a35a9d..ed52782 100644
--- a/debile/master/cli/init.py
+++ b/debile/master/cli/init.py
@@ -4,6 +4,7 @@ import debile.master.orm as debilemodel
 from sqlalchemy import create_engine
 from sqlalchemy.orm import sessionmaker
 from debile.master.config import Config
+from debile.master.archive import UserRepository
 
 import json
 import shutil

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list