Skip to content

Commit

Permalink
BUG: Acciental import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 16, 2022
1 parent e4f51f6 commit 9acebab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyPDF2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
PDF Reference, sixth edition, Version 1.7, 2006.
"""

from telnetlib import ENCRYPT


class Core:
"""Keywords that don't quite belong anywhere else"""

OUTLINES = "/Outlines"


class TrailerKeys:
ROOT = "/Root"
ENCRYPT = "/Encrypt"
ID = "/ID"
INFO = "/Info"
SIZE = "/Size"


class CatalogAttributes:
NAMES = "/Names"
DESTS = "/Dests"



class PagesAttributes:
"""Page Attributes, Table 6.2, Page 52"""

Expand Down

0 comments on commit 9acebab

Please sign in to comment.