Преглед на файлове

remove coding: from cython files, utf-8 is default encoding

Thomas Waldmann преди 2 години
родител
ревизия
f04b2bd255
променени са 2 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 2
      src/borg/chunker.pyx
  2. 0 1
      src/borg/hashindex.pyx

+ 0 - 2
src/borg/chunker.pyx

@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 API_VERSION = '1.2_01'
 
 import errno

+ 0 - 1
src/borg/hashindex.pyx

@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 from collections import namedtuple
 
 cimport cython