Default file encoding is utf-8 for py3...

This commit is contained in:
Sergey B Kirpichev
2023-05-14 20:00:39 +03:00
parent 1531f23a90
commit 96e66fc074
5 changed files with 0 additions and 15 deletions
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
##################################################################################################
# module for the eigenvalue problem
# Copyright 2013 Timo Hartmann (thartmann15 at gmail.com)
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
##################################################################################################
# module for the symmetric eigenvalue problem
# Copyright 2013 Timo Hartmann (thartmann15 at gmail.com)
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from mpmath import mp
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from mpmath import mp
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from mpmath import mp