summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemato/manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gemato/manifest.py b/gemato/manifest.py
index d6a7ee7..3886d0d 100644
--- a/gemato/manifest.py
+++ b/gemato/manifest.py
@@ -63,7 +63,6 @@ class ManifestPathEntry(object):
escape_seq_re = re.compile(r'\\(x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})?')
def __init__(self, path):
- assert path[0] != '/'
self.path = path
@staticmethod