From 119e5d7702a1de0b196a374b53b646c06ee753e5 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 6 May 2015 11:41:19 +0100 Subject: Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package --- scripts/port_from_sqlite_to_postgres.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/port_from_sqlite_to_postgres.py (limited to 'scripts/port_from_sqlite_to_postgres.py') diff --git a/scripts/port_from_sqlite_to_postgres.py b/scripts/port_from_sqlite_to_postgres.py old mode 100644 new mode 100755 index da760af087..f98342db51 --- a/scripts/port_from_sqlite_to_postgres.py +++ b/scripts/port_from_sqlite_to_postgres.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2015 OpenMarket Ltd # -- cgit 1.5.1