From 18006ed9b19238077ae99b62645040cd0f0d4817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 8 Jul 2016 14:10:48 +0200 Subject: [PATCH] createdb.py should use python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So we don't fail on importing configparser in rida.config. Signed-off-by: Petr Ĺ abata --- createdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createdb.py b/createdb.py index 919a619f..6d97d47a 100755 --- a/createdb.py +++ b/createdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import rida.config import rida.database