Skip to content

Commit b67b7c0

Browse files
committed
remove headers for later addition
1 parent f2f634e commit b67b7c0

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

src/diffpy/fourigui/__init__.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
#!/usr/bin/env python
2-
##############################################################################
3-
#
4-
# (c) 2024 The Trustees of Columbia University in the City of New York.
5-
# All rights reserved.
6-
#
7-
# File coded by: Billinge Group members and community contributors.
8-
#
9-
# See GitHub contributions for a more detailed list of contributors.
10-
# https://github.com/diffpy/fourigui/graphs/contributors
11-
#
12-
# See LICENSE.rst for license information.
13-
#
14-
##############################################################################
15-
161
"""Tool for visualizing 3D diffraction and PDF Images"""
172

183
# from . import fourigui

src/diffpy/fourigui/fourigui.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
#!/usr/bin/env python
2-
##############################################################################
3-
#
4-
# (c) 2024 The Trustees of Columbia University in the City of New York.
5-
# All rights reserved.
6-
#
7-
# File coded by: Billinge Group members and community contributors.
8-
#
9-
# See GitHub contributions for a more detailed list of contributors.
10-
# https://github.com/diffpy/fourigui/graphs/contributors
11-
#
12-
# See LICENSE.rst for license information.
13-
#
14-
##############################################################################
15-
161
import time
172
import tkinter as tk
183
from tkinter.ttk import Button

0 commit comments

Comments
 (0)