aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 5cfd2250..3b76d0ac 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -1,3 +1,6 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -
+
# required imports and code exection for basic functionning
import os
bgstack15