summaryrefslogtreecommitdiff
path: root/pyparsing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyparsing/__init__.py')
-rw-r--r--pyparsing/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyparsing/__init__.py b/pyparsing/__init__.py
index 456a333..eb23aec 100644
--- a/pyparsing/__init__.py
+++ b/pyparsing/__init__.py
@@ -1,6 +1,6 @@
# module pyparsing.py
#
-# Copyright (c) 2003-2019 Paul T. McGuire
+# Copyright (c) 2003-2020 Paul T. McGuire
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -154,6 +154,7 @@ __all__ = [
"LineEnd",
"LineStart",
"Literal",
+ "Located",
"PrecededBy",
"MatchFirst",
"NoMatch",