Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(530)

Unified Diff: dfvfs/resolver/fvde_resolver_helper.py

Issue 329840043: [dfvfs] Made Unicode strings the default #204 and updated docstrings #182 (Closed)
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dfvfs/resolver/fvde_resolver_helper.py
diff --git a/dfvfs/resolver/fvde_resolver_helper.py b/dfvfs/resolver/fvde_resolver_helper.py
index 7c566f3eee4f06d9a4607b6b5f5d5a3f2d84d277..ffd2772f233fdbbd784b2d79dd5e9ec14ab6103d 100644
--- a/dfvfs/resolver/fvde_resolver_helper.py
+++ b/dfvfs/resolver/fvde_resolver_helper.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""The FVDE volume path specification resolver helper implementation."""
+from __future__ import unicode_literals
+
# This is necessary to prevent a circular import.
import dfvfs.file_io.fvde_file_io
import dfvfs.vfs.fvde_file_system
@@ -11,7 +13,7 @@ from dfvfs.resolver import resolver_helper
class FVDEResolverHelper(resolver_helper.ResolverHelper):
- """Class that implements the FVDE volume resolver helper."""
+ """FVDE volume resolver helper."""
TYPE_INDICATOR = definitions.TYPE_INDICATOR_FVDE

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b