some small changes on the header/shebang

This commit is contained in:
Martin Diehl 2014-04-01 19:29:14 +00:00
parent 342ca0be47
commit 33af5af8cb
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 no BOM -*-
# -*- coding: UTF-8 no BOM -*-
import os,sys,string,re,math,numpy
import damask

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 no BOM -*-
import os,sys,math,string,re,numpy
import damask