summaryrefslogtreecommitdiff
path: root/pdfrw/objects/pdfindirect.py
diff options
context:
space:
mode:
Diffstat (limited to 'pdfrw/objects/pdfindirect.py')
-rw-r--r--pdfrw/objects/pdfindirect.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pdfrw/objects/pdfindirect.py b/pdfrw/objects/pdfindirect.py
index 38de985..4df8ac3 100644
--- a/pdfrw/objects/pdfindirect.py
+++ b/pdfrw/objects/pdfindirect.py
@@ -1,10 +1,12 @@
-# A part of pdfrw (pdfrw.googlecode.com)
-# Copyright (C) 2006-2012 Patrick Maupin, Austin, Texas
+# A part of pdfrw (https://github.com/pmaupin/pdfrw)
+# Copyright (C) 2006-2015 Patrick Maupin, Austin, Texas
# MIT license -- See LICENSE.txt for details
+
class _NotLoaded(object):
pass
+
class PdfIndirect(tuple):
''' A placeholder for an object that hasn't been read in yet.
The object itself is the (object number, generation number) tuple.