You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
400 B
12 lines
400 B
diff -Naur ceph-10.2.10-orig/man/conf.py ceph-10.2.10/man/conf.py
|
|
--- ceph-10.2.10-orig/man/conf.py 2017-10-04 16:19:25.000000000 +0200
|
|
+++ ceph-10.2.10/man/conf.py 2019-08-11 12:21:34.664177573 +0200
|
|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
def _get_description(fname, base):
|
|
- with file(fname) as f:
|
|
+ with open(fname) as f:
|
|
one = None
|
|
while True:
|
|
line = f.readline().rstrip('\n')
|