Skip to content

Commit

Permalink
Add missing 'coding: utf-8'
Browse files Browse the repository at this point in the history
  • Loading branch information
VladisM committed Jul 18, 2017
1 parent b93275c commit 2619701
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions sw/m2tools/src/emulator/disassembler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Some code taken from disassembler used in emulator.
# -*- coding: utf-8 -*-
#
# Part of MARK II project. For informations about license, please
# see file /LICENSE .
Expand Down
1 change: 1 addition & 0 deletions sw/m2tools/src/mif.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Simple library for reading and writing mifs
# -*- coding: utf-8 -*-
#
# Part of MARK II project. For informations about license, please
# see file /LICENSE .
Expand Down
3 changes: 2 additions & 1 deletion sw/m2tools/src/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Version number file
# -*- coding: utf-8 -*-
#
# Part of MARK II project. For informations about license, please
# see file /LICENSE .
Expand All @@ -7,4 +8,4 @@
# email: v.mlejnecky@seznam.cz


version = "v0.1.10"
version = "v1.0"

0 comments on commit 2619701

Please sign in to comment.